Skip to content

Commit f9bf2f5

Browse files
Copilottarlepp
andcommitted
Pin nginx image to version 1.29.3-alpine-slim
Co-authored-by: tarlepp <595561+tarlepp@users.noreply.github.com>
1 parent 221885b commit f9bf2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ COPY . .
105105
RUN yarn build-prod
106106

107107
# Stage 4: Production
108-
FROM nginx:mainline-alpine-slim AS production
108+
FROM nginx:1.29.3-alpine-slim AS production
109109

110110
RUN apk update \
111111
&& apk add --no-cache pcre2=10.46-r0 \

0 commit comments

Comments
 (0)