set old wget version for testig
This commit is contained in:
parent
cc34227ec7
commit
dc9ff4f26e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM httpd:2.4.59-alpine
|
|||
# renovate: datasource=repology depName=alpine_3_19/curl versioning=loose
|
||||
ENV CURL_VERSION="8.5.0-r0"
|
||||
# renovate: datasource=repology depName=alpine_3_19/wget versioning=loose
|
||||
ENV WGET_VERSION="1.21.4-r0"
|
||||
ENV WGET_VERSION="1.21.1-r0"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
curl="${CURL_VERSION}" \
|
||||
|
|
Loading…
Reference in a new issue