Skip to content

Commit

Permalink
Merge pull request #57 from tarampampam/renovate/curl-curl-8.x
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
tarampampam and renovate[bot] authored Dec 11, 2024
2 parents aa8c1e9 + ec149ea commit 8ebe9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG BASE_IMAGE="scratch"
FROM alpine:3.20 as builder

# renovate: source=github-tags name=curl/curl versioning=regex:^(?:curl-)?(?<major>\d+)_(?<minor>\d+)_(?<patch>\d+)$ extractVersion=^(?:curl-)?(?<version>[\d_]+)$
ENV CURL_VERSION="8_11_0"
ENV CURL_VERSION="8_11_1"

# install system dependencies
RUN apk add \
Expand Down

0 comments on commit 8ebe9da

Please # to comment.