Skip to content

Commit

Permalink
Merge pull request #10 from manuelbuil/update-version
Browse files Browse the repository at this point in the history
Update versions and hardened image
  • Loading branch information
manuelbuil authored Aug 16, 2022
2 parents dfce7bf + 16a9d06 commit 7622d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TAG="v1.3"
ARG TAG="v1.5"
ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest
ARG GO_IMAGE=rancher/hardened-build-base:v1.18.1b7
ARG GO_IMAGE=rancher/hardened-build-base:v1.18.5b7

# Build the project
FROM ${GO_IMAGE} as builder
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

BUILD_META=-build$(shell date +%Y%m%d)
ORG ?= rancher
TAG ?= v1.3$(BUILD_META)
TAG ?= v1.5$(BUILD_META)

ifneq ($(DRONE_TAG),)
TAG := $(DRONE_TAG)
Expand Down

0 comments on commit 7622d35

Please sign in to comment.