Skip to content

Commit

Permalink
Update alpine Docker tag to v3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent dc5437a commit 62b293a
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 @@ -4,7 +4,7 @@ WORKDIR /build
RUN go get ./...
RUN go build -o /build/bin/deepsource github.com/deepsourcelabs/cli

FROM alpine:3.14.2
FROM alpine:3.17.2

LABEL org.opencontainers.image.url=https://github.com/monetrapp/deepsource
LABEL org.opencontainers.image.source=https://github.com/monetrapp/deepsource
Expand Down

0 comments on commit 62b293a

Please sign in to comment.