Skip to content

Commit

Permalink
Merge pull request #3 from jdmarble/dependabot/docker/library/debian-…
Browse files Browse the repository at this point in the history
…12.5-slim

Bump library/debian from 12.4-slim to 12.5-slim
  • Loading branch information
jdmarble committed May 28, 2024
2 parents de84e9f + 17e8270 commit 05c8e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.distroless
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/debian:12.4-slim as builder
FROM docker.io/library/debian:12.5-slim as builder

RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/debian:12.4-slim as builder
FROM docker.io/library/debian:12.5-slim as builder

RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y --no-install-recommends \
Expand All @@ -14,7 +14,7 @@ RUN mkdir /simh \
&& /simh/.travis/deps.sh linux \
&& /simh/cmake/cmake-builder.sh --novideo --noinstall --parallel --target pdp11

FROM docker.io/library/debian:12.4-slim
FROM docker.io/library/debian:12.5-slim

RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 05c8e72

Please sign in to comment.