Merge pull request #459 from aminya/renovate/fedora-44.x

chore(deps): update fedora docker tag to v44
This commit is contained in:
Amin Ya 2026-01-19 17:19:36 -08:00 committed by GitHub
commit 9792a2bbe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -259,7 +259,7 @@ jobs:
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "24.04" }
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04" }
- { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "20.04" }
- { distro: "fedora", image: "setup-cpp-fedora", tag: "40" }
- { distro: "fedora", image: "setup-cpp-fedora", tag: "44" }
- { distro: "arch", image: "setup-cpp-arch", tag: "base" }
- { distro: "alpine", image: "setup-cpp-alpine", tag: "3.21", base_version: "22-alpine3.21" }
include:

View File

@ -1,5 +1,5 @@
## base image
FROM --platform=$BUILDPLATFORM fedora:43 AS fedora-nodejs
FROM --platform=$BUILDPLATFORM fedora:44 AS fedora-nodejs
# install nodejs
RUN dnf -y install nodejs npm && \

View File

@ -1,5 +1,5 @@
## base image
FROM fedora:43 AS setup-cpp-fedora
FROM fedora:44 AS setup-cpp-fedora
# install nodejs
RUN dnf -y install nodejs npm && \

View File

@ -1,5 +1,5 @@
## base image
FROM fedora:43 AS setup-cpp-fedora-mingw
FROM fedora:44 AS setup-cpp-fedora-mingw
# install nodejs
RUN dnf -y install nodejs npm && \