Skip to content

Commit

Permalink
Update dependency curl/curl to v8_10_0 (#53)
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
renovate[bot] authored Sep 12, 2024
1 parent e24ba0d commit 6a6ca0c
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_9_1"
ENV CURL_VERSION="8_10_0"

# install system dependencies
RUN apk add \
Expand Down

0 comments on commit 6a6ca0c

Please # to comment.