Skip to content

Commit

Permalink
Bump alpine from 3.19 to 3.20 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 29, 2024
2 parents 6fecb03 + 1a13995 commit 81557c0
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.19
FROM alpine:3.20

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

0 comments on commit 81557c0

Please sign in to comment.