Skip to content

Commit

Permalink
Merge pull request #9 from rancher/update_base_image
Browse files Browse the repository at this point in the history
Update the base image version
  • Loading branch information
manuelbuil authored Oct 4, 2021
2 parents 1a609dd + c9da751 commit 52dbcb1
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,7 +1,7 @@
ARG ARCH="amd64"
ARG TAG="v3.7.1"
ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest
ARG GO_IMAGE=rancher/hardened-build-base:v1.15.8b5
ARG GO_IMAGE=rancher/hardened-build-base:v1.16.7b7

# Build the multus project
FROM ${GO_IMAGE} as builder
Expand Down

0 comments on commit 52dbcb1

Please sign in to comment.