Skip to content

Commit 643c475

Browse files
authored
bump pinned golang to 1.20.5 (#10127)
1 parent 427f3d2 commit 643c475

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

images/custom-error-pages/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.20.4-alpine3.18 as builder
15+
FROM golang:1.20.5-alpine3.18 as builder
1616

1717
RUN apk update \
1818
&& apk upgrade && apk add git

images/ext-auth-example-authsvc/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.4-alpine3.18 as builder
1+
FROM golang:1.20.5-alpine3.18 as builder
22
RUN mkdir /authsvc
33
WORKDIR /authsvc
44
COPY . ./

images/fastcgi-helloserver/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.20.4-alpine3.18 as builder
15+
FROM golang:1.20.5-alpine3.18 as builder
1616

1717
WORKDIR /go/src/k8s.io/ingress-nginx/images/fastcgi
1818

images/go-grpc-greeter-server/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.4-alpine3.18 as build
1+
FROM golang:1.20.5-alpine3.18 as build
22

33
WORKDIR /go/src/greeter-server
44

images/httpbun/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.20 AS builder
15+
FROM golang:1.20.5 AS builder
1616

1717
ENV LC_ALL=C.UTF-8
1818
ENV LANG=C.UTF-8

images/kube-webhook-certgen/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.20.1 as builder
15+
FROM --platform=$BUILDPLATFORM golang:1.20.5 as builder
1616
ARG BUILDPLATFORM
1717
ARG TARGETARCH
1818

0 commit comments

Comments
 (0)