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 debian packages #382

Merged
merged 1 commit into from
Nov 9, 2024
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.debian
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG PIP_VERSION="24.3.1"
ARG GCC_VERSION="4:12.2.0-3"

# renovate: datasource=repology depName=debian_12/glibc versioning=loose
ARG GLIBC_VERSION="2.36-9+deb12u8"
ARG GLIBC_VERSION="2.36-9+deb12u9"

# renovate: datasource=repology depName=debian_12/libffi versioning=loose
ARG LIBFFI_VERSION="3.4.4-1"
Expand All @@ -34,7 +34,7 @@ ARG RUSTC_VERSION="1.63.0+dfsg1-2"
ARG CARGO_VERSION="0.66.0+ds1-1"

# renovate: datasource=repology depName=debian_12/openssl versioning=loose
ARG OPENSSL_VERSION="3.0.14-1~deb12u2"
ARG OPENSSL_VERSION="3.0.15-1~deb12u1"

ARG ARMV7_DEPS=" \
gcc=${GCC_VERSION} \
Expand Down Expand Up @@ -72,7 +72,7 @@ SHELL ["/bin/bash", "-c"]
ENV DEBIAN_FRONTEND=noninteractive

# renovate: datasource=repology depName=debian_12/curl versioning=loose
ARG CURL_VERSION="7.88.1-10+deb12u7"
ARG CURL_VERSION="7.88.1-10+deb12u8"

# renovate: datasource=github-tags depName=mozilla/geckodriver
ARG GECKODRIVER_VERSION="v0.35.0"
Expand Down
Loading