fix docker builds (#4249)
Updates php to 8.1 Resolves the issue when running docker-compose unconfigured redirects to https.
This commit is contained in:
parent
1250713299
commit
eb503c5523
2 changed files with 2 additions and 2 deletions
|
@ -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:7.4-fpm-alpine
|
||||
FROM --platform=$TARGETOS/$TARGETARCH php:8.1-fpm-alpine
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
COPY --from=0 /app/public/assets ./public/assets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue