Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 155f6f0

Browse files
chore(deps): update fedora docker tag to v43
1 parent b230301 commit 155f6f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/docker/ci/fedora.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base image
2-
FROM --platform=$BUILDPLATFORM fedora:40 AS fedora-nodejs
2+
FROM --platform=$BUILDPLATFORM fedora:43 AS fedora-nodejs
33

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

dev/docker/setup-cpp/setup-cpp-fedora-llvm.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:43 AS setup-cpp-fedora
33

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

dev/docker/setup-cpp/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:43 AS setup-cpp-fedora-mingw
33

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

0 commit comments

Comments
 (0)