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