Skip to content

Commit

Permalink
Revert "Bump ubi9/go-toolset from 1.21 to 9.5 (#1245)" (#1262)
Browse files Browse the repository at this point in the history
This reverts commit 05cb719.
  • Loading branch information
ybettan authored Dec 9, 2024
1 parent 05cb719 commit c3fd3c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi9/go-toolset:9.5 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.21 as builder

# Copy the Go Modules manifests
COPY go.mod go.mod
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.webhook
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi9/go-toolset:9.5 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.21 as builder

# Copy the Go Modules manifests
COPY go.mod go.mod
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi9/go-toolset:9.5 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.21 as builder

# Add the vendored dependencies
COPY vendor vendor
Expand Down

0 comments on commit c3fd3c7

Please sign in to comment.