From 0f5ddbed7196013da636ffd688a91d3dc1e0f3a4 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Thu, 26 Oct 2023 12:28:22 +0200 Subject: [PATCH] ntfy : bump alpine version --- podman-ntfy/container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-ntfy/container/Containerfile b/podman-ntfy/container/Containerfile index ea00f16..b33e870 100644 --- a/podman-ntfy/container/Containerfile +++ b/podman-ntfy/container/Containerfile @@ -1,5 +1,5 @@ #Build stage -FROM docker.io/library/golang:1.20-alpine3.17 AS build-env +FROM docker.io/library/golang:1.20-alpine3.18 AS build-env ARG NTFY_VERSION