fix: change golang base image
All checks were successful
Deploy / CreateImage (push) Successful in 3m1s
Deploy / DeployService (push) Successful in 28s

This commit is contained in:
skeris 2025-08-13 23:57:28 +03:00
parent 2a7f2d9e70
commit 73001b8db7

@ -1,5 +1,5 @@
# BUILD # 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 packages and clear cache # Update packages and clear cache
# Set work directory # Set work directory