Skip to content

Commit

Permalink
Update distroless
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed Mar 5, 2024
1 parent 5b4c9c0 commit b9ffb94
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 @@ -9,7 +9,7 @@ COPY . ./
RUN make build-linux

# hadolint ignore=DL3006
FROM gcr.io/distroless/static-debian11
FROM gcr.io/distroless/static-debian12

COPY --from=builder /go/src/github.com/mono0x/my-scraper/my-scraper.linux /app
CMD ["/app"]

0 comments on commit b9ffb94

Please sign in to comment.