Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Nov 23, 2024
1 parent eda7893 commit d74e12c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM dunglas/frankenphp:latest-php8.2-alpine

ENV VERSION=10.0.17
ARG VERSION=10.0.17

ENV VERSION=${VERSION}
ENV GLPI_LANG=en_US
ENV MARIADB_HOST=mariadb-glpi
ENV MARIADB_PORT=3306
Expand Down

0 comments on commit d74e12c

Please sign in to comment.