Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b89d982f44 |
+1
-1
@@ -9,6 +9,6 @@ COPY . .
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} \
|
||||
go build -trimpath -ldflags="-s -w" -o main .
|
||||
|
||||
FROM gcr.io/distroless/static-debian12@sha256:61b7ccecebc7c474a531717de80a94709d20547cdcdaf740c25876f2a8e38b44
|
||||
FROM gcr.io/distroless/static-debian12@sha256:22fd79fd75eab2372585b44517f8a094349938919dc613aafc37e4bdc9967c82
|
||||
COPY --from=build /app/main /
|
||||
CMD ["/main"]
|
||||
|
||||
Reference in New Issue
Block a user