Merge pull request 'chore(deps): update alpine docker tag to v3.18.5' (#16) from renovate/alpine-3.x into master
All checks were successful
Publish Docker Image / docker (push) Successful in 1m26s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m26s
Reviewed-on: #16
This commit is contained in:
commit
932b0e7fd9
@ -1,5 +1,5 @@
|
|||||||
# Stage 1: Build Nginx
|
# Stage 1: Build Nginx
|
||||||
FROM alpine:3.18.4 as builder
|
FROM alpine:3.18.5 as builder
|
||||||
|
|
||||||
# Install build dependencies and required tools
|
# Install build dependencies and required tools
|
||||||
RUN apk update && apk upgrade && \
|
RUN apk update && apk upgrade && \
|
||||||
@ -25,7 +25,7 @@ COPY ./upload.php /tmp/upload.php
|
|||||||
COPY ./docker/start.sh /start.sh
|
COPY ./docker/start.sh /start.sh
|
||||||
|
|
||||||
# Stage 2: Create a smaller production image
|
# Stage 2: Create a smaller production image
|
||||||
FROM alpine:3.18.4
|
FROM alpine:3.18.5
|
||||||
|
|
||||||
# Copy Nginx and PHP-FPM binaries and configurations from the builder stage
|
# Copy Nginx and PHP-FPM binaries and configurations from the builder stage
|
||||||
COPY --from=builder /usr/local/nginx /usr/local/nginx
|
COPY --from=builder /usr/local/nginx /usr/local/nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user