diff --git a/Dockerfile b/Dockerfile index aefee4d..abc5b14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.20.1 LABEL org.opencontainers.image.url=https://github.com/monetrapp/deepsource LABEL org.opencontainers.image.source=https://github.com/monetrapp/deepsource