Skip to content

Commit

Permalink
8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxetom committed Nov 21, 2024
1 parent 9fb5111 commit eb61b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build
# -----------------------------------------------------
# App Itself
# -----------------------------------------------------
FROM php:8.4.0RC4-fpm-alpine
FROM php:$PHP_VERSION-fpm-alpine

ARG PORT=9001
ARG PUBLIC_DIR=public
Expand Down

0 comments on commit eb61b19

Please sign in to comment.