Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 7275946 commit 547d1f1
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.21 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.21
COPY --from=stage1 / /

# required by ipmitool runtime
Expand Down

0 comments on commit 547d1f1

Please sign in to comment.