fix docker file
All checks were successful
Build Docker Image / build (arm64) (push) Successful in 50s
Build Docker Image / build (amd64) (push) Successful in 2m5s
Build Docker Image / amend-manifest (push) Successful in 6s

This commit is contained in:
thuanle
2024-11-07 09:17:39 +07:00
parent 108458682e
commit f89394be9c

View File

@@ -1,5 +1,5 @@
# Cache dependency # Cache dependency
FROM golang:1.22 AS go-mod-cache FROM golang:1.22-alpine AS go-mod-cache
WORKDIR /app WORKDIR /app