Update Dockerfile for backend (#42)

This commit is contained in:
Dave Gallant
2023-10-08 11:01:07 -04:00
committed by GitHub
parent 7ff702a5a2
commit ebaabafd3b

View File

@@ -7,7 +7,7 @@ COPY . /src
RUN CGO_ENABLED=0 go build -o backend .
FROM cgr.dev/chainguard/static@sha256:b74f66382b721769876a8dc315b89f14ea9eb914badd3a5145752d6fa2659f0c
FROM cgr.dev/chainguard/static:latest
COPY --from=build /src/backend /backend