chore(deps): update ubuntu docker tag to v24 #43

Open
renovate wants to merge 1 commits from renovate/ubuntu-24.x into master
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ COPY . .
ARG SKAFFOLD_GO_GCFLAGS
RUN go build -gcflags="${SKAFFOLD_GO_GCFLAGS}" -o twhelp ./cmd/twhelp
FROM ubuntu:22.04
FROM ubuntu:24.04
# Define GOTRACEBACK to mark this container as using the Go language runtime
# for `skaffold debug` (https://skaffold.dev/docs/workflows/debug/).
WORKDIR /root