Skip to content

Commit

Permalink
chore(deps): update fedora docker tag to v41
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 072c438 commit 7e429a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/docker/ci/fedora-llvm.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:40 AS setup-cpp-fedora
FROM fedora:41 AS setup-cpp-fedora

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/ci/fedora-mingw.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:40 AS setup-cpp-fedora-mingw
FROM fedora:41 AS setup-cpp-fedora-mingw

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/examples/fedora-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 fedora:40 AS runner
FROM fedora:41 AS runner

# copy the built binaries and their runtime dependencies
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp/setup-cpp-fedora-llvm.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:40 AS setup-cpp-fedora
FROM fedora:41 AS setup-cpp-fedora

# install nodejs
RUN dnf -y install nodejs npm && \
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp/setup-cpp-fedora-mingw.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:40 AS setup-cpp-fedora-mingw
FROM fedora:41 AS setup-cpp-fedora-mingw

# install nodejs
RUN dnf -y install nodejs npm && \
Expand Down

0 comments on commit 7e429a3

Please sign in to comment.