disable versions in packages
Some checks failed
build / build (push) Successful in 13s
linter / gitleaks (push) Successful in 2s
linter / hadolint (push) Failing after 3s

This commit is contained in:
Michael Grote 2024-08-30 17:40:11 +02:00
parent 96642a95fa
commit 44de18db37

View file

@ -6,5 +6,5 @@ ENV CURL_VERSION="8.9.1-r0"
ENV WGET_VERSION="1.24.5-r0" ENV WGET_VERSION="1.24.5-r0"
RUN apk add --no-cache \ RUN apk add --no-cache \
curl="${CURL_VERSION}" \ curl \
wget="${WGET_VERSION}" wget