diff --git a/Dockerfile b/Dockerfile index 1b0e3030..789a6a67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN go mod download && make release -FROM alpine:3.15.4 +FROM alpine:3.16.0 LABEL maintainer="SkynetLabs " COPY --from=builder /go/bin/skynet-accounts /usr/bin/skynet-accounts