Skip to content

Commit

Permalink
fixed base
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxetom committed Nov 18, 2024
1 parent 61ba70c commit 8c2d905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.4.0RC4-fpm-alpine
ARG PHP_VERSION=8.4
ARG CADDY_VERSION=2

# -----------------------------------------------------
Expand All @@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build
# -----------------------------------------------------
# App Itself
# -----------------------------------------------------
FROM php:$PHP_VERSION-fpm-alpine
FROM php:8.4.0RC4-fpm-alpine

ARG PORT=9001
ARG PUBLIC_DIR=public
Expand Down

0 comments on commit 8c2d905

Please sign in to comment.