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