Skip to content

Commit

Permalink
Update Dockerfile for backend (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
davegallant authored Oct 8, 2023
1 parent 7ff702a commit ebaabaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ebaabaf

Please sign in to comment.