Skip to content

Commit 168f9c3

Browse files
chore(deps): update fedora docker tag to v41
1 parent 2908244 commit 168f9c3

5 files changed

+6
-6
lines changed

dev/docker/__tests__/fedora-mingw.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base image
2-
FROM fedora:40 as setup-cpp-fedora-mingw
2+
FROM fedora:41 as setup-cpp-fedora-mingw
33

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

dev/docker/__tests__/fedora.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base image
2-
FROM fedora:40 as setup-cpp-fedora
2+
FROM fedora:41 as setup-cpp-fedora
33

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

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

3636
#### Running environment
3737
# use a fresh image as the runner
38-
FROM fedora:40 as runner
38+
FROM fedora:41 as runner
3939

4040
# copy the built binaries and their runtime dependencies
4141
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/

dev/docker/fedora.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN bash -c 'source ~/.cpprc \
88

99
#### Running environment
1010
# use a fresh image as the runner
11-
FROM fedora:40 as runner
11+
FROM fedora:41 as runner
1212

1313
# copy the built binaries and their runtime dependencies
1414
COPY --from=builder /home/app/build/my_exe/Release/ /home/app/

dev/docker/setup-cpp-fedora-mingw.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base image
2-
FROM fedora:40 as setup-cpp-fedora-mingw
2+
FROM fedora:41 as setup-cpp-fedora-mingw
33

44
# install nodejs
55
RUN dnf -y install nodejs npm && \

dev/docker/setup-cpp-fedora.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base image
2-
FROM fedora:40 as setup-cpp-fedora
2+
FROM fedora:41 as setup-cpp-fedora
33

44
# install nodejs
55
RUN dnf -y install nodejs npm && \

0 commit comments

Comments
 (0)