Skip to content

Commit 161905a

Browse files
chore(deps): update docker.io/ubuntu docker tag to v24
1 parent 5f5dc9e commit 161905a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
2626

2727
# Use distroless as minimal base image to package the manager binary
2828
# Refer to https://github.com/GoogleContainerTools/distroless for more details
29-
FROM docker.io/ubuntu:22.04
29+
FROM docker.io/ubuntu:24.04
3030
WORKDIR /
3131

3232
ENV DOCKER_VERSION=26.1.3

0 commit comments

Comments
 (0)