updated glpi
This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- GLPI_VERSION=10.0.7
|
- GLPI_VERSION=10.0.8
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
tags:
|
tags:
|
||||||
@@ -36,7 +36,7 @@ steps:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- GLPI_VERSION=10.0.7
|
- GLPI_VERSION=10.0.8
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
FROM alpine:3.18
|
FROM alpine:3.18
|
||||||
ARG GLPI_VERSION=10.0.7
|
ARG GLPI_VERSION=10.0.8
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
mkdir -p /logs /config /files /marketplace && \
|
mkdir -p /logs /config /files /marketplace && \
|
||||||
|
|||||||
Reference in New Issue
Block a user