Skip to content

Commit

Permalink
Update dependency alpine to v3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent dc5437a commit 5e1de03
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.15.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 5e1de03

Please sign in to comment.