From 81e192c37604581547dd32b98708f9bf13a57619 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 3 Oct 2024 14:21:19 -0500 Subject: [PATCH 1/3] rc1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0c89fc9..dfe6408 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 \ No newline at end of file +4.0.0-rc1 \ No newline at end of file From f907fcd9f65066fc731a2e11fc6cb946d0f6adf9 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 3 Oct 2024 14:22:20 -0500 Subject: [PATCH 2/3] quick fix --- docker/scratch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile index 1a07989..00525f0 100644 --- a/docker/scratch/Dockerfile +++ b/docker/scratch/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest as certs +FROM alpine:latest AS certs RUN apk --update add ca-certificates FROM scratch ARG TARGETARCH From 26230fdb6d70830137af42afb8adc0b6ab5ef0df Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Mon, 7 Oct 2024 08:43:35 -0500 Subject: [PATCH 3/3] 4.0.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index dfe6408..0c89fc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0-rc1 \ No newline at end of file +4.0.0 \ No newline at end of file