Skip to content

Commit ebd113f

Browse files
authored
Bump Dockerfile version to 1.7 (#1916)
1 parent a667f2c commit ebd113f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.6
1+
# syntax=docker/dockerfile:1.7
22
FROM golang:1.22 as builder
33

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

build/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.6
1+
# syntax=docker/dockerfile:1.7
22
FROM nginx:1.25.5-alpine-otel
33

44
ARG NJS_DIR

build/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.6
1+
# syntax=docker/dockerfile:1.7
22
FROM scratch as nginx-files
33

44
# the following links can be replaced with local files if needed, i.e. ADD --chown=101:1001 <local_file> <container_file>

conformance/tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.6
1+
# syntax=docker/dockerfile:1.7
22
# this is here so we can grab the latest version of kind and have dependabot keep it up to date
33
FROM kindest/node:v1.29.2
44

debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.6
1+
# syntax=docker/dockerfile:1.7
22
# This Dockerfile builds an image with the dlv debugger. See the debugging guide in the developer docs for details
33
# on how to use it.
44
FROM golang:1.21-alpine AS builder

0 commit comments

Comments
 (0)