Skip to content

Commit 9792a2b

Browse files
authored
Merge pull request #459 from aminya/renovate/fedora-44.x
chore(deps): update fedora docker tag to v44
2 parents 1f17f92 + f3c42a2 commit 9792a2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "24.04" }
260260
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04" }
261261
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "20.04" }
262-
- { distro: "fedora", image: "setup-cpp-fedora", tag: "40" }
262+
- { distro: "fedora", image: "setup-cpp-fedora", tag: "44" }
263263
- { distro: "arch", image: "setup-cpp-arch", tag: "base" }
264264
- { distro: "alpine", image: "setup-cpp-alpine", tag: "3.21", base_version: "22-alpine3.21" }
265265
include:

dev/docker/ci/fedora.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base image
2-
FROM --platform=$BUILDPLATFORM fedora:43 AS fedora-nodejs
2+
FROM --platform=$BUILDPLATFORM fedora:44 AS fedora-nodejs
33

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base image
2-
FROM fedora:43 AS setup-cpp-fedora
2+
FROM fedora:44 AS setup-cpp-fedora
33

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## base image
2-
FROM fedora:43 AS setup-cpp-fedora-mingw
2+
FROM fedora:44 AS setup-cpp-fedora-mingw
33

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

0 commit comments

Comments
 (0)