Skip to content

Commit 0036434

Browse files
committed
chore(nginx-rootless): update nginx docker tag to v1.29.5
1 parent 51a428b commit 0036434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

containers/nginx-rootless/Dockerfile

Lines changed: 3 additions & 3 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$
3-
# app_version: 1.29.4
4-
# revision: 3
3+
# app_version: 1.29.5
4+
# revision: 1
55
# description: Nginx image modified to run without root privileges
6-
FROM nginx:1.29.4-alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2
6+
FROM nginx:1.29.5-alpine@sha256:1d13701a5f9f3fb01aaa88cef2344d65b6b5bf6b7d9fa4cf0dca557a8d7702ba
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)