fix: base image
All checks were successful
Deploy / CreateImage (push) Successful in 4m11s
Deploy / DeployService (push) Successful in 25s

This commit is contained in:
skeris 2025-06-09 18:26:01 +03:00
parent ddc1467089
commit 2dfd830106

@ -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
RUN apk update && rm -rf /var/cache/apk/* RUN apk update && rm -rf /var/cache/apk/*
WORKDIR /usr/app WORKDIR /usr/app