Skip to content

Commit

Permalink
Merge pull request #6 from brandond/bump_golang
Browse files Browse the repository at this point in the history
Build with golang v1.16.6b7
  • Loading branch information
brandond authored Sep 10, 2021
2 parents afa3158 + 47373ae commit f0743dc
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 @@
ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest
ARG GO_IMAGE=rancher/hardened-build-base:v1.16.4b7
ARG GO_IMAGE=rancher/hardened-build-base:v1.16.6b7
FROM ${UBI_IMAGE} as ubi
FROM ${GO_IMAGE} as builder
# setup required packages
Expand Down

0 comments on commit f0743dc

Please sign in to comment.