From 44de18db37afaebc34d2343bcd28effd6d5183df Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 30 Aug 2024 17:40:11 +0200 Subject: [PATCH] disable versions in packages --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53e1c0a..c238943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ ENV CURL_VERSION="8.9.1-r0" ENV WGET_VERSION="1.24.5-r0" RUN apk add --no-cache \ - curl="${CURL_VERSION}" \ - wget="${WGET_VERSION}" + curl \ + wget