We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38e7a99 + 3e12ccd commit c10a85cCopy full SHA for c10a85c
1 file changed
Dockerfile
@@ -1,12 +1,12 @@
1
##
2
# Base
3
4
-FROM nginx:1.29.8-alpine-slim@sha256:6a9338004bea53f33e1d44a0f644ed082c3076b03747566c9535b0c724c98d09 AS base
+FROM nginx:1.29.8-alpine-slim@sha256:c9366b8c560169b101ca0e5422ed063b20779e6454c2326b9c9704225c9b0c08 AS base
5
6
COPY /base /
7
8
RUN apk add --no-cache \
9
- ca-certificates=~20251003 \
+ ca-certificates=~20260413 \
10
gnutls-utils=~3
11
12
ARG workdir=/var/www
0 commit comments