From b771aa00efd86036aaef63e5a67884c7aacc27ec Mon Sep 17 00:00:00 2001 From: Alberto Rojas Date: Fri, 19 May 2023 11:59:42 +0200 Subject: [PATCH] fix(deps): Update Dockerfile curl and libcap --- 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