Skip to content
Snippets Groups Projects
Commit 2a0dfb4f authored by Renovate Bot's avatar Renovate Bot Committed by Martin Stiemerling
Browse files

[renovate] Update ubuntu Docker tag to v24

parent a83e933f
No related branches found
No related tags found
1 merge request!60[renovate] Update ubuntu Docker tag to v24
Pipeline #207670 failed
...@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/go/pkg/mod \ ...@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/go/pkg/mod \
RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.1 RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.1
RUN make build-debug RUN make build-debug
FROM ubuntu:22.04 as ubuntu FROM ubuntu:24.04 as ubuntu
EXPOSE 7030 EXPOSE 7030
WORKDIR /debug/ WORKDIR /debug/
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment