Skip to content

Commit dd442af

Browse files
Update nginx Docker tag to v1.29.3 (#320)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | nginx | 1.29.2 | 1.29.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd98f3e commit dd442af

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
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.19
2-
FROM nginx:1.29.2 AS nginx
2+
FROM nginx:1.29.3 AS nginx
33

44
FROM redhat/ubi9:9.6 AS rpm-build
55
ARG NGINX

0 commit comments

Comments
 (0)