Skip to content

Commit 30751a2

Browse files
authoredMar 3, 2025
Bump ubuntu from 22.04 to 24.04 in /build
Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06e0986 commit 30751a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build/Dockerfile-glibc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
RUN export DEBIAN_FRONTEND=noninteractive && \
44
apt-get update && \

‎build/Dockerfile-multiarch-glibc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ADD . /build
1818
# https://github.com/golang/go/issues/51235
1919
RUN make build CPU_ARCH=${TARGETARCH} CGO_ENABLED=1 PKG=${MAIN_PKG}
2020

21-
FROM ubuntu:22.04
21+
FROM ubuntu:24.04
2222

2323
RUN export DEBIAN_FRONTEND=noninteractive && \
2424
apt-get update && \

0 commit comments

Comments
 (0)
Failed to load comments.