We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e0986 commit 30751a2Copy full SHA for 30751a2
build/Dockerfile-glibc
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:24.04
2
3
RUN export DEBIAN_FRONTEND=noninteractive && \
4
apt-get update && \
build/Dockerfile-multiarch-glibc
@@ -18,7 +18,7 @@ ADD . /build
18
# https://github.com/golang/go/issues/51235
19
RUN make build CPU_ARCH=${TARGETARCH} CGO_ENABLED=1 PKG=${MAIN_PKG}
20
21
22
23
24
0 commit comments