Skip to content

Commit f2c1c54

Browse files
Update docker/dockerfile Docker tag to v1.18 (#289)
| datasource | package | from | to | | ---------- | ----------------- | ---- | ---- | | docker | docker/dockerfile | 1.17 | 1.18 | 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 6ed25ef commit f2c1c54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.17
1+
# syntax=docker/dockerfile:1.18
22
FROM nginx:1.29.0 AS nginx
33

44
FROM redhat/ubi9:9.6 AS rpm-build

Dockerfile.prebuilt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.17
1+
# syntax=docker/dockerfile:1.18
22
FROM redhat/ubi9-minimal:9.6 AS final
33
ARG NGINX
44
ARG NJS

0 commit comments

Comments
 (0)