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 a463bec commit eda7893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM dunglas/frankenphp:latest-php8.2-alpine

ENV VERSION=10.0.16
ENV VERSION=10.0.17
ENV GLPI_LANG=en_US
ENV MARIADB_HOST=mariadb-glpi
ENV MARIADB_PORT=3306
Expand Down Expand Up @@ -72,4 +72,4 @@ RUN chmod +x /usr/local/bin/glpi-*.sh \

RUN rm -rf /app/public/install/install.php

EXPOSE 9000/tcp
EXPOSE 9000/tcp

0 comments on commit eda7893

Please sign in to comment.