updated glpi
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2023-07-09 23:59:48 +02:00
parent 590d05784b
commit 3fd213d95e
Signed by: paspo
GPG Key ID: 06D46905D19D5182
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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 && \