Skip to content

Commit

Permalink
docker: Update to PHP 8.3
Browse files Browse the repository at this point in the history
Updates the base PHP image the panel is built on to PHP 8.3
  • Loading branch information
danny6167 authored Jul 30, 2024
1 parent 2dcd39c commit 4882095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN yarn install --frozen-lockfile \

# Stage 1:
# Build the actual container with all of the needed PHP dependencies that will run the application.
FROM --platform=$TARGETOS/$TARGETARCH php:8.1-fpm-alpine
FROM --platform=$TARGETOS/$TARGETARCH php:8.3-fpm-alpine
WORKDIR /app
COPY . ./
COPY --from=0 /app/public/assets ./public/assets
Expand Down

0 comments on commit 4882095

Please sign in to comment.