chore(deps): update fedora docker tag to v44 (#440) [skip ci]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-01-15 04:17:24 -08:00 committed by GitHub
parent 957a3565d3
commit 4878b35f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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 && \

View File

@ -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 && \

View File

@ -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 && \