Skip to content

Commit

Permalink
Merge pull request #219 from aminya/renovate/fedora-40.x [skip ci]
Browse files Browse the repository at this point in the history
chore(deps): update fedora docker tag to v40
  • Loading branch information
aminya authored Jan 21, 2024
2 parents 20388ee + 264b837 commit dd5d0e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/docker/__tests__/fedora-mingw.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:38 as setup-cpp-fedora-mingw
FROM fedora:40 as setup-cpp-fedora-mingw

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

Expand Down
4 changes: 2 additions & 2 deletions dev/docker/__tests__/fedora.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:38 as setup-cpp-fedora
FROM fedora:40 as setup-cpp-fedora

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

Expand Down Expand Up @@ -35,7 +35,7 @@ RUN bash -c 'source ~/.cpprc \

#### Running environment
# use a fresh image as the runner
FROM fedora:38 as runner
FROM fedora:40 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/fedora.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:38 as runner
FROM fedora:40 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-fedora-mingw.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:38 as setup-cpp-fedora-mingw
FROM fedora:40 as setup-cpp-fedora-mingw

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

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

0 comments on commit dd5d0e8

Please sign in to comment.