From feb290ff6f0dda46e372a53eacc281384be56163 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Wed, 2 Feb 2022 10:43:15 -0800 Subject: [PATCH] Update to UBI 8.5 and go-build v0.54 --- Dockerfile.amd64 | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 9339859e2..cb911e0de 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2 as ubi +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as ubi RUN mkdir /licenses COPY LICENSE /licenses diff --git a/Makefile b/Makefile index 9af7e01ad..67653d67f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE_NAME=github.com/projectcalico/calicoctl -GO_BUILD_VER=v0.53 +GO_BUILD_VER=v0.54 ORGANIZATION=projectcalico SEMAPHORE_PROJECT_ID?=$(SEMAPHORE_CALICOCTL_PROJECT_ID)