Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent cb1523a commit a53bc9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit a53bc9f

Please sign in to comment.