From e94ebe049b94ce3a9cb6b5366dd9851a53a5b888 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 11 May 2023 18:22:56 -0300 Subject: [PATCH] 3.18 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a0f4ec6..a676af8 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/alpine:3.17 +FROM docker.io/alpine:3.18 RUN apk add --no-cache \ curl tar zstd \ rsync openssh-client-default \