From 4f4f800b00cd21ffd424b5d4b6dd3985ffa5cbef Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 28 Jun 2024 09:25:34 +0200 Subject: [PATCH] test build? --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6609136..b67b6b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}" \