From bbb58bb3521af21790261c0fc97b306df7f7ea18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 07:08:20 +0000 Subject: [PATCH 1/2] Bump ubuntu from `d1e2e92` to `0d39fcc` Bumps ubuntu from `d1e2e92` to `0d39fcc`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8cd3604..4d4229e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY --from=builder /builder/src/app/coverage.out . # --- Production image -FROM ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 +FROM ubuntu:24.04@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932 LABEL Name=kapparmor LABEL Author="Affinito Alessandro" diff --git a/Dockerfile.dev b/Dockerfile.dev index 87b8fd7..aff89bb 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -10,7 +10,7 @@ RUN go get -d -v . &&\ # --- Testing image -FROM ubuntu:25.04 +FROM ubuntu:26.04 LABEL Name=kapparmor LABEL Author="Affinito Alessandro" From 6b31ce0e4729b6682e6b740397fdb47dd742485d Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:04:25 +0100 Subject: [PATCH 2/2] Pin Dockerfile.dev ubuntu to same digest as production image (#76) * Initial plan * Pin Dockerfile.dev ubuntu to same version and digest as production Co-authored-by: tuxerrante <8364469+tuxerrante@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tuxerrante <8364469+tuxerrante@users.noreply.github.com> --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index aff89bb..fa076d9 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -10,7 +10,7 @@ RUN go get -d -v . &&\ # --- Testing image -FROM ubuntu:26.04 +FROM ubuntu:24.04@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932 LABEL Name=kapparmor LABEL Author="Affinito Alessandro"