Skip to content

Commit

Permalink
chore(deps): update golang docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2023
1 parent ac0bdfd commit e8e8180
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion executor/Dockerfile.executor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17.13-buster as builder
FROM golang:1.20.3-buster as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion executor/Dockerfile.executor.redhat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17.13-buster as builder
FROM golang:1.20.3-buster as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17.13-bullseye as builder
FROM golang:1.20.3-bullseye as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile.redhat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17.13-buster as builder
FROM golang:1.20.3-buster as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion testing/benchmarking/ghz/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.13 as builder
FROM golang:1.20 as builder

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

0 comments on commit e8e8180

Please sign in to comment.