We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f88121 + 07b172f commit 1a26dd0Copy full SHA for 1a26dd0
Dockerfile
@@ -9,7 +9,7 @@ COPY . .
9
10
RUN go mod download && make release
11
12
-FROM alpine:3.15.0
+FROM alpine:3.15.1
13
LABEL maintainer="SkynetLabs <[email protected]>"
14
15
COPY --from=builder /go/bin/skynet-accounts /usr/bin/skynet-accounts
0 commit comments