fix: Dockerfile use new golang image
All checks were successful
Deploy / CreateImage (push) Successful in 2m31s
Deploy / ValidateConfig (push) Successful in 23s
Deploy / MigrateDatabase (push) Successful in 41s
Deploy / DeployService (push) Successful in 24s

This commit is contained in:
skeris 2025-06-02 00:42:10 +03:00
parent d2269ef650
commit 795763b61d

@ -1,4 +1,4 @@
FROM gitea.pena/penadevops/container-images/golang:main as build
FROM gitea.pena/penadevops/container-images/golang:1.23.8-alpine as build
WORKDIR /app
COPY . .
RUN go mod download