Update Dockerfile
All checks were successful
Publish Docker Image / docker (push) Successful in 1m4s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m4s
This commit is contained in:
parent
43f6b0c56e
commit
e037c69a5e
@ -1,5 +1,5 @@
|
||||
# Stage 1: Build Nginx
|
||||
FROM alpine:3.20.1 as builder
|
||||
FROM alpine:3.19.1 as builder
|
||||
|
||||
# Install build dependencies and required tools
|
||||
RUN apk update && apk upgrade && \
|
||||
@ -31,7 +31,7 @@ COPY ./docker/index.html /tmp/index.html
|
||||
COPY ./public /tmp/public
|
||||
|
||||
# Stage 2: Create a smaller production image
|
||||
FROM alpine:3.20.1
|
||||
FROM alpine:3.19.1
|
||||
|
||||
# Copy Nginx and PHP-FPM binaries and configurations from the builder stage
|
||||
COPY --from=builder /usr/local/nginx /usr/local/nginx
|
||||
|
Loading…
Reference in New Issue
Block a user