Merge pull request #219 from aminya/renovate/fedora-40.x [skip ci]

chore(deps): update fedora docker tag to v40
This commit is contained in:
Amin Yahyaabadi 2024-01-20 22:46:45 -08:00 committed by GitHub
commit dd5d0e8699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -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/"

View File

@ -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/"
@ -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/

View File

@ -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/

View File

@ -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 && \

View File

@ -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 && \