fix: docker image tag
All checks were successful
Deploy / CreateImage (push) Successful in 2m3s
Deploy / DeployService (push) Successful in 29s

This commit is contained in:
skeris 2025-06-13 15:40:31 +03:00
parent 097a3ab46e
commit e817109eaa

@ -1,5 +1,5 @@
# BUILD
FROM gitea.pena/penadevops/container-images/golang:main as build
FROM gitea.pena/penadevops/container-images/golang:1.23.8-alpine as build
# Update depences
RUN apk update && apk add --no-cache curl