Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/docker/ci/fedora.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM --platform=$BUILDPLATFORM fedora:40 AS fedora-nodejs
FROM --platform=$BUILDPLATFORM fedora:44 AS fedora-nodejs

# install nodejs
RUN dnf -y install nodejs npm && \
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp/setup-cpp-fedora-llvm.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:40 AS setup-cpp-fedora
FROM fedora:44 AS setup-cpp-fedora

# install nodejs
RUN dnf -y install nodejs npm && \
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/setup-cpp/setup-cpp-fedora-mingw.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## base image
FROM fedora:40 AS setup-cpp-fedora-mingw
FROM fedora:44 AS setup-cpp-fedora-mingw

# install nodejs
RUN dnf -y install nodejs npm && \
Expand Down
Loading