Skip to content

Commit

Permalink
Upgrade to GLPI 10.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PPCM committed Feb 2, 2024
1 parent b653458 commit 57ba0db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Supported tags

- 10, 10.0, 10.0.11, 10.0.11-4, latest
- 10, 10.0, 10.0.12, 10.0.12-1, latest
- 10.0.11, 10.0.11-4
- 10.0.10, 10.0.10-4
- 10.0.9, 10.0.9-2
- 10.0.7, 10.0.7-5
Expand Down
2 changes: 1 addition & 1 deletion glpi-cron-daemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM alpine:3.19.1
ENV NODE_ENV=production

# Variables for versions
ENV GLPI_VERSION="10.0.11"
ENV GLPI_VERSION="10.0.12"
ENV CAS_VERSION="1.6.1"

RUN apk --no-cache upgrade \
Expand Down
2 changes: 1 addition & 1 deletion glpi-cron/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM alpine:3.19.1
ENV NODE_ENV=production

# Variables for versions
ENV GLPI_VERSION="10.0.11"
ENV GLPI_VERSION="10.0.12"
ENV CAS_VERSION="1.6.1"

RUN apk --no-cache upgrade \
Expand Down
2 changes: 1 addition & 1 deletion glpi-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM alpine:3.19.1
ENV NODE_ENV=production

# Variables for versions
ENV GLPI_VERSION="10.0.11"
ENV GLPI_VERSION="10.0.12"
ENV CAS_VERSION="1.6.1"
ENV PLUGIN_ACCOUNT_VERSION="3.0.4"
ENV PLUGIN_FIELDS_VERSION="1.21.6"
Expand Down

0 comments on commit 57ba0db

Please sign in to comment.