fix: base image change
All checks were successful
Deploy / CreateImage (push) Successful in 6m15s
Deploy / DeployService (push) Successful in 26s

This commit is contained in:
skeris 2025-06-03 00:06:05 +03:00
parent dd2a96f948
commit ff2569dea8

@ -1,4 +1,4 @@
FROM gitea.pena/penadevops/container-images/node:v20.14.0 as build
FROM gitea.pena/penadevops/container-images/node:main as build
WORKDIR /usr/app
COPY . .