diff --git a/Dockerfile b/Dockerfile index 8f11993..ba41b33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN go mod download && make release -FROM alpine:3.16.2 +FROM alpine:3.20.0 LABEL maintainer="SkynetLabs " COPY --from=builder /go/bin/skynet-accounts /usr/bin/skynet-accounts