Skip to content

Commit a3e9a4d

Browse files
Update docker/dockerfile Docker tag to v1.19 (#4016)
| datasource | package | from | to | | ---------- | ----------------- | ---- | ---- | | docker | docker/dockerfile | 1.18 | 1.19 | 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 9a68574 commit a3e9a4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/ubi/Dockerfile

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

44
WORKDIR /go/src/github.com/nginx/nginx-gateway-fabric

build/ubi/Dockerfile.nginx

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

44
# Repository and key files for UBI-based builds

build/ubi/Dockerfile.nginxplus

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

44
# NGINX Plus repo and key files (must be provided at build time)

0 commit comments

Comments
 (0)