From 7de48bbd1f3f872cc3e65baadef3e43760a2ee30 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Fri, 28 Jun 2024 01:31:59 +0300 Subject: [PATCH] Bump curl 8.7->8.8 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4a5fc18..bcf7e84 100644 --- a/Containerfile +++ b/Containerfile @@ -8,7 +8,7 @@ ENV \ SHELL ["/bin/ash", "-eo", "pipefail", "-c"] RUN \ apk add --no-cache --update \ - curl~=8.7 \ + curl~=8.8 \ zstd~=1.5 \ && curl --location --remote-name --silent $URL \ && printf %s\ \ %s $SHA $NME | sha256sum -cs \