Skip to content

Commit

Permalink
feat: use debian for container image base
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Sep 23, 2024
1 parent e4a7082 commit 2b58b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN go mod download
COPY . .
RUN make build

FROM cgr.dev/chainguard/glibc-dynamic AS node
FROM debian:bookworm-slim AS node
COPY --from=build /code/node /bin/
ENTRYPOINT ["node"]

0 comments on commit 2b58b48

Please sign in to comment.