test build?
This commit is contained in:
parent
3f0b942b2b
commit
4f4f800b00
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM httpd:2.4.59-alpine3.20
|
||||
|
||||
# renovate: datasource=repology depName=alpine_3_20/curl versioning=loose
|
||||
ENV CURL_VERSION="8.8.0-r0"
|
||||
ENV CURL_VERSION="8.8.0"
|
||||
# renovate: datasource=repology depName=alpine_3_20/wget versioning=loose
|
||||
ENV WGET_VERSION="1.24.5-r0"
|
||||
ENV WGET_VERSION="1.24.5"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
curl="${CURL_VERSION}" \
|
||||
|
|
Loading…
Reference in a new issue