Skip to content

Commit d49c728

Browse files
Update golang Docker tag
1 parent 0fd8743 commit d49c728

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

executor/Dockerfile.executor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.20.10-bookworm as builder
2+
FROM golang:1.21.5-bookworm as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

executor/Dockerfile.executor.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.20.10-bookworm as builder
2+
FROM golang:1.21.5-bookworm as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.20.10-bookworm as builder
2+
FROM golang:1.21.5-bookworm as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

operator/Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.17.13-buster as builder
2+
FROM golang:1.20.5-buster as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

testing/benchmarking/ghz/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.13 as builder
2+
FROM golang:1.21 as builder
33

44
ARG GHZ_VERSION
55
RUN git clone -b ${GHZ_VERSION} https://github.com/bojand/ghz && \

0 commit comments

Comments
 (0)