Skip to content

Commit 7e69f4e

Browse files
Update dependency debian_12/curl to v7.88.1-10+deb12u12 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77e8d79 commit 7e69f4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM base AS build
1111
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1212

1313
# renovate: datasource=repology depName=debian_12/curl versioning=loose
14-
ENV CURL_VERSION=7.88.1-10+deb12u8
14+
ENV CURL_VERSION=7.88.1-10+deb12u12
1515
# renovate: datasource=repology depName=debian_12/lsb-release versioning=loose
1616
ENV LSBRELEASE_VERSION=12.0-1
1717
# renovate: datasource=repology depName=debian_12/gnupg2 versioning=loose
@@ -39,7 +39,7 @@ ENV LIBZ_VERSION=1.2.13.dfsg
3939
ENV GETTEXT_VERSION=0.21-12
4040
ENV LIBSSL_VERSION=3.0.15-1~deb12u1
4141
# renovate: datasource=repology depName=debian_12/curl versioning=loose
42-
ENV LIBCURLDEV_VERSION=7.88.1-10+deb12u8
42+
ENV LIBCURLDEV_VERSION=7.88.1-10+deb12u12
4343
ENV LIBEXPAT_VERSION=2.5.0-1+deb12u1
4444

4545
# Download and extract Git source code
@@ -95,7 +95,7 @@ RUN apt-get update -y && \
9595
# Install Git
9696

9797
# renovate: datasource=repology depName=debian_12/curl versioning=loose
98-
ENV LIBCURL_VERSION=7.88.1-10+deb12u8
98+
ENV LIBCURL_VERSION=7.88.1-10+deb12u12
9999

100100
# Install necessary dependencies
101101
RUN apt-get install -y --no-install-recommends libcurl3-gnutls=${LIBCURL_VERSION}

0 commit comments

Comments
 (0)