Skip to content

Commit aa769fe

Browse files
chore(deps): update alpine docker tag to v3.21
1 parent 9ee0b76 commit aa769fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8 as stage1
1+
FROM alpine:3.21 as stage1
22

33
ARG IPMITOOL_REPO=https://github.com/ipmitool/ipmitool.git
44
ARG IPMITOOL_COMMIT=19d78782d795d0cf4ceefe655f616210c9143e62
@@ -37,7 +37,7 @@ WORKDIR /tmp
3737
RUN rm -rf /tmp/ipmitool
3838

3939
# Build a lean image with dependencies installed.
40-
FROM alpine:3.8
40+
FROM alpine:3.21
4141
COPY --from=stage1 / /
4242

4343
# required by ipmitool runtime

0 commit comments

Comments
 (0)