We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30af8e6 commit 370820aCopy full SHA for 370820a
Dockerfile
@@ -10,7 +10,7 @@ RUN yarn install --frozen-lockfile \
10
11
# Stage 1:
12
# Build the actual container with all of the needed PHP dependencies that will run the application.
13
-FROM --platform=$TARGETOS/$TARGETARCH php:8.2-fpm-alpine
+FROM --platform=$TARGETOS/$TARGETARCH php:8.3-fpm-alpine
14
WORKDIR /app
15
COPY . ./
16
COPY --from=0 /app/public/assets ./public/assets
0 commit comments