From cff82ef03d6c18db67af942672c6cc31e82aeea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 06:32:13 +0000 Subject: [PATCH] build(deps): bump debian from `346fa03` to `55a15a1` Bumps debian from `346fa03` to `55a15a1`. --- updated-dependencies: - dependency-name: debian dependency-version: 55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- Dockerfile.prebuilt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0376a151..7543353f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Debian 13 (Trixie) slim - amd64 # Version: 13.3-slim (trixie-slim) # Reduces vulnerabilities: 2 HIGH, 1 MEDIUM, 4 LOW vs Debian 12 -FROM --platform=$BUILDPLATFORM debian@sha256:346fa035ca82052ce8ec3ddb9df460b255507acdeb1dc880a8b6930e778a553c AS build +FROM --platform=$BUILDPLATFORM debian@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 AS build ARG OWNER=nam20485 ARG GITHUB_TOKEN="PASSWORD" @@ -75,7 +75,7 @@ RUN cmake --build --preset linux-release # Debian 13 (Trixie) slim - amd64 # Version: 13.3-slim (trixie-slim) # Reduces vulnerabilities: 2 HIGH, 1 MEDIUM, 4 LOW vs Debian 12 -FROM --platform=$TARGETPLATFORM debian@sha256:346fa035ca82052ce8ec3ddb9df460b255507acdeb1dc880a8b6930e778a553c AS run +FROM --platform=$TARGETPLATFORM debian@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8 AS run # ARG ODBDESIGN_SERVER_REQUEST_USERNAME="" # ARG ODBDESIGN_SERVER_REQUEST_PASSWORD="" LABEL org.opencontainers.image.source=https://github.com/nam20485/OdbDesign \ diff --git a/Dockerfile.prebuilt b/Dockerfile.prebuilt index 69e264a7..b8b7b1ba 100644 --- a/Dockerfile.prebuilt +++ b/Dockerfile.prebuilt @@ -2,7 +2,7 @@ # This Dockerfile is used by the Docker Publish workflow to create images from # artifacts built by the CMake Multi-Platform workflow, avoiding a full rebuild. -FROM debian:bookworm-slim@sha256:74a21da88cf4b2e8fde34558376153c5cd80b00ca81da2e659387e76524edc73 AS run +FROM debian:bookworm-slim@sha256:f06537653ac770703bc45b4b113475bd402f451e85223f0f2837acbf89ab020a AS run LABEL org.opencontainers.image.source=https://github.com/nam20485/OdbDesign \ org.opencontainers.image.authors=https://github.com/nam20485 \