Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 3da7947 commit 3494f44
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

ARG IPMITOOL_REPO=https://github.com/ipmitool/ipmitool.git
ARG IPMITOOL_COMMIT=19d78782d795d0cf4ceefe655f616210c9143e62
Expand Down Expand Up @@ -37,7 +37,7 @@ WORKDIR /tmp
RUN rm -rf /tmp/ipmitool

# Build a lean image with dependencies installed.
FROM alpine:3.8
FROM alpine:3.20
COPY --from=stage1 / /

# required by ipmitool runtime
Expand Down

0 comments on commit 3494f44

Please sign in to comment.