Skip to content

Commit

Permalink
build: pin ubi image version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Oct 21, 2023
1 parent 030f2ca commit a149b1e
Showing 1 changed file with 1 addition and 1 deletion.
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/ubi8/go-toolset:1.19 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit a149b1e

Please sign in to comment.