Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 15, 2024
2 parents 8d7360d + c5a0871 commit 16523ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG TARGETOS
# Build
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -o manager main.go

FROM alpine:3.20
FROM alpine:3.21

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

0 comments on commit 16523ac

Please sign in to comment.