Skip to content

Commit

Permalink
use golang:1.20-bookworm as it tracks the latest go 1.20 release (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl authored Jan 2, 2024
1 parent 15fbfd0 commit 3dd6bec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion executor/Dockerfile.executor
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build the manager binary
FROM golang:1.20.10-bookworm as builder
# 1.20-bookworm image points to the latest go 1.20.x
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
3 changes: 2 additions & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build the manager binary
FROM golang:1.20.10-bookworm as builder
# 1.20-bookworm image points to the latest go 1.20.x
FROM golang:1.20-bookworm as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 3dd6bec

Please sign in to comment.