Skip to content

Commit

Permalink
Merge pull request #15 from RedHatInsights/go116
Browse files Browse the repository at this point in the history
Use go 1.16 in Dockerfile
  • Loading branch information
psav authored Dec 15, 2021
2 parents 946ca27 + a1be752 commit 7818372
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.15.7 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.16.7 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 7818372

Please sign in to comment.