chore: bump Docker dependencies
All checks were successful
conventional pull request title check / conventional pull request title check (pull_request) Successful in 3s
actionlint check / actionlint check (pull_request) Successful in 7s
hadolint check / hadolint check (pull_request) Successful in 8s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 17s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 18s
GitLeaks check / GitLeaks check (pull_request) Successful in 34s
Prettier check / Prettier check (pull_request) Successful in 36s
Stylelint check / Stylelint check (pull_request) Successful in 33s
ShellCheck check / ShellCheck check (pull_request) Successful in 38s
yamllint check / yamllint check (pull_request) Successful in 37s
htmlhint check / htmlhint check (pull_request) Successful in 57s
markdownlint check / markdownlint check (pull_request) Successful in 55s
checkov check / checkov check (pull_request) Successful in 1m57s
Rust check / Rust check (pull_request) Successful in 17m0s

This commit is contained in:
2026-03-05 14:09:43 +01:00
parent ed40870fc4
commit 7368d61b2f

View File

@@ -21,7 +21,7 @@ ENV ANDROID_SDK_ROOT=/opt/android-sdk
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update && apt-get install -y --no-install-recommends \
openjdk-17-jdk-headless=17.0.17+10-1~deb12u1 \
openjdk-17-jdk-headless=17.0.18+8-1~deb12u1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& rustup target add aarch64-linux-android \
@@ -53,7 +53,7 @@ RUN dx bundle --locked --release
FROM debian:bookworm@sha256:b877a1a3fdf02469440f1768cf69c9771338a875b7add5e80c45b756c92ac20a AS runner_web
RUN apt-get update \
&& apt-get install -y --no-install-recommends libpq5=15.10-0+deb12u1 \
&& apt-get install -y --no-install-recommends libpq5=15.16-0+deb12u1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*