Skip to content

Commit

Permalink
Merge pull request #176 from tinkerbell/dependabot/docker/alpine-3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 authored Dec 10, 2023
2 parents 5f1bb08 + 6c8f5d0 commit 7e62128
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.18
FROM alpine:3.19

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

0 comments on commit 7e62128

Please sign in to comment.