Skip to content

Commit

Permalink
use golang:1.20-bookworm as it tracks the latest go 1.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Jan 2, 2024
1 parent 0fd8743 commit be8be78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.20.10-bookworm as builder
FROM golang:1.20-bookworm 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.20.10-bookworm as builder
FROM golang:1.17.13-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.20.10-bookworm as builder
FROM golang:1.20-bookworm as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit be8be78

Please sign in to comment.