We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee0b76 commit aa769feCopy full SHA for aa769fe
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.8 as stage1
+FROM alpine:3.21 as stage1
2
3
ARG IPMITOOL_REPO=https://github.com/ipmitool/ipmitool.git
4
ARG IPMITOOL_COMMIT=19d78782d795d0cf4ceefe655f616210c9143e62
@@ -37,7 +37,7 @@ WORKDIR /tmp
37
RUN rm -rf /tmp/ipmitool
38
39
# Build a lean image with dependencies installed.
40
-FROM alpine:3.8
+FROM alpine:3.21
41
COPY --from=stage1 / /
42
43
# required by ipmitool runtime
0 commit comments