disable versions in packages
This commit is contained in:
parent
96642a95fa
commit
44de18db37
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue