diff --git a/Dockerfile b/Dockerfile index cb7f226..e34c384 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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