Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent dc5437a commit 0d80f92
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.19.1

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 0d80f92

Please sign in to comment.