Skip to content

Commit b8f81e3

Browse files
chore(deps): update ubuntu docker tag to v24
1 parent f898162 commit b8f81e3

6 files changed

+6
-6
lines changed

dev/docker/ci/ubuntu-llvm.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Base Image
2-
FROM ubuntu:22.04 AS setup-cpp-ubuntu
2+
FROM ubuntu:24.04 AS setup-cpp-ubuntu
33

44
COPY "./dist/legacy" "/usr/lib/setup-cpp/"
55

dev/docker/ci/ubuntu-mingw.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Base Image
2-
FROM ubuntu:22.04 AS setup-cpp-ubuntu-mingw
2+
FROM ubuntu:24.04 AS setup-cpp-ubuntu-mingw
33

44
COPY "./dist/legacy" "/usr/lib/setup-cpp/"
55

dev/docker/examples/ubuntu-llvm.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN bash -c 'source ~/.cpprc \
88

99
#### Running environment
1010
# use a fresh image as the runner
11-
FROM ubuntu:22.04 AS runner
11+
FROM ubuntu:24.04 AS runner
1212

1313
# copy the built binaries and their runtime dependencies
1414
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/

dev/docker/setup-cpp/setup-cpp-ubuntu-20.0.4-llvm.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Base Image
2-
FROM ubuntu:20.04 AS setup-cpp-ubuntu-mingw
2+
FROM ubuntu:24.04 AS setup-cpp-ubuntu-mingw
33

44
RUN apt-get update -qq && \
55
# install latest nodejs on ubuntu 20.04

dev/docker/setup-cpp/setup-cpp-ubuntu-llvm.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Base Image
2-
FROM ubuntu:22.04 AS setup-cpp-ubuntu
2+
FROM ubuntu:24.04 AS setup-cpp-ubuntu
33

44
RUN apt-get update -qq && \
55
# install nodejs

dev/docker/setup-cpp/setup-cpp-ubuntu-mingw.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Base Image
2-
FROM ubuntu:22.04 AS setup-cpp-ubuntu-mingw
2+
FROM ubuntu:24.04 AS setup-cpp-ubuntu-mingw
33

44
RUN apt-get update -qq && \
55
# install nodejs

0 commit comments

Comments
 (0)