Skip to content

Commit

Permalink
Update debian Docker tag to v12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 3ad6e7e commit 9630971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12.5-slim AS stage1
FROM debian:12.7-slim AS stage1

# Supermicro SUM
# Note: If we remove the SUM tool, we can move back to an alpine image. Then also compile bioscfg with CGO_ENABLED=0
Expand Down Expand Up @@ -58,7 +58,7 @@ WORKDIR /usr/share/misc
RUN wget https://www.iana.org/assignments/enterprise-numbers.txt

# Build a lean image with dependencies installed.
FROM debian:12.5-slim
FROM debian:12.7-slim
COPY --from=stage1 /usr/sbin/sum /usr/bin/sum
COPY --from=stage1 /usr/local/bin/ipmitool /usr/local/bin/ipmitool
COPY --from=stage1 /usr/share/misc/enterprise-numbers.txt /usr/share/misc/enterprise-numbers.txt
Expand Down

0 comments on commit 9630971

Please sign in to comment.