mirror of https://github.com/aminya/setup-cpp
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:
commit
dd5d0e8699
|
@ -1,5 +1,5 @@
|
||||||
## base image
|
## 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/"
|
COPY "./dist/legacy" "/usr/lib/setup-cpp/"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## base image
|
## base image
|
||||||
FROM fedora:38 as setup-cpp-fedora
|
FROM fedora:40 as setup-cpp-fedora
|
||||||
|
|
||||||
COPY "./dist/legacy" "/usr/lib/setup-cpp/"
|
COPY "./dist/legacy" "/usr/lib/setup-cpp/"
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ RUN bash -c 'source ~/.cpprc \
|
||||||
|
|
||||||
#### Running environment
|
#### Running environment
|
||||||
# use a fresh image as the runner
|
# 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 the built binaries and their runtime dependencies
|
||||||
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
|
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
|
||||||
|
|
|
@ -8,7 +8,7 @@ RUN bash -c 'source ~/.cpprc \
|
||||||
|
|
||||||
#### Running environment
|
#### Running environment
|
||||||
# use a fresh image as the runner
|
# 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 the built binaries and their runtime dependencies
|
||||||
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
|
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## base image
|
## base image
|
||||||
FROM fedora:38 as setup-cpp-fedora-mingw
|
FROM fedora:40 as setup-cpp-fedora-mingw
|
||||||
|
|
||||||
# install nodejs
|
# install nodejs
|
||||||
RUN dnf -y install nodejs npm && \
|
RUN dnf -y install nodejs npm && \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## base image
|
## base image
|
||||||
FROM fedora:38 as setup-cpp-fedora
|
FROM fedora:40 as setup-cpp-fedora
|
||||||
|
|
||||||
# install nodejs
|
# install nodejs
|
||||||
RUN dnf -y install nodejs npm && \
|
RUN dnf -y install nodejs npm && \
|
||||||
|
|
Loading…
Reference in New Issue