diff --git a/Dockerfile b/Dockerfile index 3d671e95..f92980d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ # https://wiki.ubuntu.com/Releases # https://hub.docker.com/_/ubuntu/tags?page=1&name=noble # UPDATE_HERE -FROM ubuntu:noble-20240225 as asdf-builder +#FROM ubuntu:noble-20240225 as asdf-builder +FROM ubuntu:mantic-20240216 as asdf-builder # UPDATE_HERE # https://github.com/asdf-vm/asdf/releases @@ -57,7 +58,8 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o manager cmd/main.go ############################################################ # UPDATE_HERE -FROM ubuntu:noble-20240225 +#FROM ubuntu:noble-20240225 +FROM ubuntu:mantic-20240216 # Install build tools # --no-install-recommends