From 0c8d0980e20e443cae86aece5452631309bf595a Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Thu, 22 Dec 2022 21:34:29 +0200 Subject: [PATCH] Update third party software --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4c9e4cd..0cd336f 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ FROM golang:1.20-rc-alpine AS goredoer LABEL maintainer=David\ Rabkin\ RUN \ apk add --no-cache --update \ - curl~=7.86.0 \ + curl~=7.87.0 \ zstd~=1.5.2 \ && rm -rf /var/cache/apk/* ENV \