Skip to content

Commit

Permalink
Merge pull request #8 from spack/dependabot/docker/debian-12.6-slim
Browse files Browse the repository at this point in the history
Bump debian from 12.5-slim to 12.6-slim
  • Loading branch information
alecbcs authored Jul 15, 2024
2 parents c4f364b + a0a0b86 commit 20a26a9
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.5 as bootstrap
FROM docker.io/debian:12.6 as bootstrap

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

FROM docker.io/debian:12.5 as base
FROM docker.io/debian:12.6 as base

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

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

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

Expand Down

0 comments on commit 20a26a9

Please sign in to comment.