Skip to content

Commit c10a85c

Browse files
authored
Merge pull request #71 from reload/dependabot/docker/nginx-c9366b8
Bump nginx from `6a93380` to `c9366b8`
2 parents 38e7a99 + 3e12ccd commit c10a85c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
##
22
# Base
33
##
4-
FROM nginx:1.29.8-alpine-slim@sha256:6a9338004bea53f33e1d44a0f644ed082c3076b03747566c9535b0c724c98d09 AS base
4+
FROM nginx:1.29.8-alpine-slim@sha256:c9366b8c560169b101ca0e5422ed063b20779e6454c2326b9c9704225c9b0c08 AS base
55

66
COPY /base /
77

88
RUN apk add --no-cache \
9-
ca-certificates=~20251003 \
9+
ca-certificates=~20260413 \
1010
gnutls-utils=~3
1111

1212
ARG workdir=/var/www

0 commit comments

Comments
 (0)