Skip to content

Commit

Permalink
Merge pull request #104 from guergabo/chainguard
Browse files Browse the repository at this point in the history
feat(chainguard): use distroless chainguard image
  • Loading branch information
guergabo authored Nov 7, 2023
2 parents 2684950 + a66c9d9 commit 838653f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM golang:1.21 AS builder
FROM cgr.dev/chainguard/go AS builder

WORKDIR /app
COPY . .

RUN go build -o resonate .

FROM golang:1.21
FROM cgr.dev/chainguard/glibc-dynamic

WORKDIR /app
COPY --from=builder /app/resonate .
Expand Down

0 comments on commit 838653f

Please sign in to comment.