chore(deps): update dependency alpine_3_20/wget to v1.24.5-r0 #24

Merged
renovate merged 1 commit from renovate/alpine_3_20-wget-1.x into master 2024-06-28 09:13:44 +02:00
Showing only changes of commit 3f0b942b2b - Show all commits

View file

@ -3,7 +3,7 @@ FROM httpd:2.4.59-alpine3.20
# renovate: datasource=repology depName=alpine_3_20/curl versioning=loose
ENV CURL_VERSION="8.8.0-r0"
# renovate: datasource=repology depName=alpine_3_20/wget versioning=loose
ENV WGET_VERSION="1.21.4-r0"
ENV WGET_VERSION="1.24.5-r0"
RUN apk add --no-cache \
curl="${CURL_VERSION}" \