From b82105436a94b8376643942dcb9d2f852d013c9a Mon Sep 17 00:00:00 2001 From: Argelbargel Date: Thu, 16 Nov 2023 22:16:44 +0100 Subject: [PATCH] Fix alpine-version --- .github/release.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.Dockerfile b/.github/release.Dockerfile index a5d01e1..952fbf7 100644 --- a/.github/release.Dockerfile +++ b/.github/release.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM alpine:3.1.4-r1 +FROM --platform=$TARGETPLATFORM alpine:3.18.4 LABEL org.opencontainers.image.source=https://github.com/Argelbargel/vault-raft-snapshot-agent LABEL org.opencontainers.image.description="vault-raft-snapshot-agent ($TARGETPLATFORM)"