Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 6430fb2 commit 56c1d94
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 alpine:3.8 AS stage1
FROM alpine:3.20 AS stage1

# IPMITOOL

Expand Down Expand Up @@ -59,7 +59,7 @@ RUN rm -rf /tmp/sum

# Build a lean image with dependencies installed.
## Do this because apk can install a ton of junk.
FROM alpine:3.8
FROM alpine:3.20
COPY --from=stage1 / /

## SUM and IPMITOOL is dynamically linked and needs glibc
Expand Down

0 comments on commit 56c1d94

Please sign in to comment.