Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/docker/ci/ubuntu-llvm.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Base Image
FROM ubuntu:22.04 AS setup-cpp-ubuntu
FROM ubuntu:24.04 AS setup-cpp-ubuntu

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/ci/ubuntu-mingw.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Base Image
FROM ubuntu:22.04 AS setup-cpp-ubuntu-mingw
FROM ubuntu:24.04 AS setup-cpp-ubuntu-mingw

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/examples/ubuntu-llvm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN bash -c 'source ~/.cpprc \

#### Running environment
# use a fresh image as the runner
FROM ubuntu:22.04 AS runner
FROM ubuntu:24.04 AS runner

# copy the built binaries and their runtime dependencies
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Base Image
FROM ubuntu:20.04 AS setup-cpp-ubuntu-mingw
FROM ubuntu:24.04 AS setup-cpp-ubuntu-mingw

RUN apt-get update -qq && \
# install latest nodejs on ubuntu 20.04
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp/setup-cpp-ubuntu-llvm.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Base Image
FROM ubuntu:22.04 AS setup-cpp-ubuntu
FROM ubuntu:24.04 AS setup-cpp-ubuntu

RUN apt-get update -qq && \
# install nodejs
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp/setup-cpp-ubuntu-mingw.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Base Image
FROM ubuntu:22.04 AS setup-cpp-ubuntu-mingw
FROM ubuntu:24.04 AS setup-cpp-ubuntu-mingw

RUN apt-get update -qq && \
# install nodejs
Expand Down