Skip to content

Commit

Permalink
Bump debian from 12.6-slim to 12.7-slim
Browse files Browse the repository at this point in the history
Bumps debian from 12.6-slim to 12.7-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent faf8d5e commit 08ea682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/debian:12.6 AS bootstrap
FROM docker.io/debian:12.7 AS bootstrap

RUN apt-get update && apt-get install -y \
build-essential \
Expand All @@ -19,7 +19,7 @@ RUN spack -e /root/spack-env install --fail-fast
RUN spack view add -i /bootstrap-view $(spack find -H)


FROM docker.io/debian:12.6 AS base
FROM docker.io/debian:12.7 AS base

RUN apt-get update && apt-get install -y \
libc6-dev
Expand All @@ -39,7 +39,7 @@ RUN spack clean -a
RUN spack gc -e /root/spack-env -y -b


FROM docker.io/debian:12.6-slim
FROM docker.io/debian:12.7-slim

RUN rm -rf /usr/bin /usr/sbin

Expand Down

0 comments on commit 08ea682

Please sign in to comment.