mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-07 09:02:27 +00:00
Update Dockerfile for backend (#42)
This commit is contained in:
@@ -7,7 +7,7 @@ COPY . /src
|
|||||||
|
|
||||||
RUN CGO_ENABLED=0 go build -o backend .
|
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
|
COPY --from=build /src/backend /backend
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user