From 50c17294bf17767b5ca5da13f51845507c7d9045 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 19 Apr 2022 16:01:11 +0200 Subject: [PATCH] Update versions Signed-off-by: Manuel Buil --- Dockerfile | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5700413..13549eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -ARG TAG="v1.2" +ARG TAG="v1.3" ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest -ARG GO_IMAGE=rancher/hardened-build-base:v1.16.10b7 +ARG GO_IMAGE=rancher/hardened-build-base:v1.18.1b7 # Build the project FROM ${GO_IMAGE} as builder diff --git a/Makefile b/Makefile index 9aa6eb9..aac153c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ endif BUILD_META=-build$(shell date +%Y%m%d) ORG ?= rancher -TAG ?= v1.2$(BUILD_META) +TAG ?= v1.3$(BUILD_META) ifneq ($(DRONE_TAG),) TAG := $(DRONE_TAG)