Skip to content

Commit 55b51ee

Browse files
renovate-botJuniorJPDJ
authored andcommitted
chore(nginx-rootless): update nginx:1.29.0-alpine docker digest to d67ea0d
1 parent a466122 commit 55b51ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/nginx-rootless/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x
22
# renovate: datasource=docker depName=nginx extractVersion=^(?<version>.*)-alpine$
33
# app_version: 1.29.0
4-
# revision: 1
4+
# revision: 2
55
# description: Nginx image modified to run without root privileges
6-
FROM nginx:1.29.0-alpine@sha256:b2e814d28359e77bd0aa5fed1939620075e4ffa0eb20423cc557b375bd5c14ad
6+
FROM nginx:1.29.0-alpine@sha256:d67ea0d64d518b1bb04acde3b00f722ac3e9764b3209a9b0a98924ba35e4b779
77

88
# make it run on non-root
99
RUN mkdir -p /var/log/nginx /var/cache/nginx /run/nginx && \

0 commit comments

Comments
 (0)