Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency debian_12/curl to v7.88.1-10+deb12u12 #77

Merged
merged 1 commit into from
Mar 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM base AS build
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# renovate: datasource=repology depName=debian_12/curl versioning=loose
ENV CURL_VERSION=7.88.1-10+deb12u8
ENV CURL_VERSION=7.88.1-10+deb12u12
# renovate: datasource=repology depName=debian_12/lsb-release versioning=loose
ENV LSBRELEASE_VERSION=12.0-1
# renovate: datasource=repology depName=debian_12/gnupg2 versioning=loose
Expand Down Expand Up @@ -39,7 +39,7 @@ ENV LIBZ_VERSION=1.2.13.dfsg
ENV GETTEXT_VERSION=0.21-12
ENV LIBSSL_VERSION=3.0.15-1~deb12u1
# renovate: datasource=repology depName=debian_12/curl versioning=loose
ENV LIBCURLDEV_VERSION=7.88.1-10+deb12u8
ENV LIBCURLDEV_VERSION=7.88.1-10+deb12u12
ENV LIBEXPAT_VERSION=2.5.0-1+deb12u1

# Download and extract Git source code
Expand Down Expand Up @@ -95,7 +95,7 @@ RUN apt-get update -y && \
# Install Git

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

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