Skip to content

Commit 02f1c44

Browse files
committed
chore(base): bump deps
1 parent 398b75e commit 02f1c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20.3
1+
FROM alpine:3.20.7
22

33
# apk upgrade in a separate layer (musl is huge)
44
RUN apk upgrade --no-cache --update
@@ -10,7 +10,7 @@ RUN apk add --no-cache --update tzdata pcre zlib libssl3
1010
ARG DEBUG_IMAGE
1111
ARG DO_DEBUG_BUILD="${DEBUG_IMAGE:-"0"}"
1212

13-
ENV NGINX_VERSION 1.27.2
13+
ENV NGINX_VERSION 1.27.5
1414

1515
# nginx layer
1616
RUN CONFIG="\

0 commit comments

Comments
 (0)