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