diff --git a/Dockerfile b/Containerfile similarity index 87% rename from Dockerfile rename to Containerfile index ad0919c..d5982f7 100644 --- a/Dockerfile +++ b/Containerfile @@ -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 packages and clear cache RUN apk add --no-cache curl diff --git a/docs/openapi.yaml b/api/openapi.yaml similarity index 100% rename from docs/openapi.yaml rename to api/openapi.yaml diff --git a/docs/proto/promo.proto b/api/proto/promo.proto similarity index 100% rename from docs/proto/promo.proto rename to api/proto/promo.proto