From 34fb74704a6fc3e4ae3953e14f256232509722f0 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 28 Jun 2024 09:28:00 +0200 Subject: [PATCH] test build again? --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b67b6b0..ec375f5 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" +ENV CURL_VERSION="8.7.1-r0" # renovate: datasource=repology depName=alpine_3_20/wget versioning=loose -ENV WGET_VERSION="1.24.5" +ENV WGET_VERSION="1.24.5-r0" RUN apk add --no-cache \ curl="${CURL_VERSION}" \