mirror of https://github.com/aminya/setup-cpp
chore(deps): update fedora docker tag to v40
This commit is contained in:
parent
20388ee176
commit
264b8374eb
|
@ -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/"
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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 && \
|
||||
|
|
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue