Skip to content

Commit 16523ac

Browse files
authored
Bump alpine from 3.20 to 3.21 (#278)
2 parents 8d7360d + c5a0871 commit 16523ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG TARGETOS
2222
# Build
2323
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -o manager main.go
2424

25-
FROM alpine:3.20
25+
FROM alpine:3.21
2626

2727
# Install ipmitool required by the third party BMC lib.
2828
RUN apk add --upgrade ipmitool=1.8.19-r1

0 commit comments

Comments
 (0)