chore(deps): update fedora docker tag to v44

This commit is contained in:
renovate[bot] 2026-01-19 07:40:03 +00:00 committed by GitHub
parent 156935991e
commit 38bbe83367
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: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 && \