From a64015be8367f560ea60b581dfce8fb32020c322 Mon Sep 17 00:00:00 2001 From: Alberto Rojas Date: Fri, 19 May 2023 15:12:16 +0200 Subject: [PATCH] fix(deps): Update Dockerfile curl and libcap (#3419) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9fd6cac1a..865ab9bed1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -175,11 +175,11 @@ RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/ma git~=2.40 && \ apk add --no-cache \ ca-certificates~=20230506 \ - curl~=8.0 \ + curl~=8.1 \ unzip~=6.0 \ bash~=5.2 \ openssh~=9.3_p1 \ - libcap~=2.68 \ + libcap~=2.69 \ dumb-init~=1.2 \ gcompat~=1.1