We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31b932 commit 4467fbaCopy full SHA for 4467fba
1 file changed
Dockerfile.tor-onionbalance-manager
@@ -9,7 +9,7 @@ RUN --mount=target=. \
9
--mount=type=cache,target=/go/pkg \
10
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -o /out/onionbalance-local-manager ./agents/onionbalance/main.go
11
12
-FROM alpine:latest
+FROM alpine:3.16.2
13
14
ARG VERSION=0.2.2
15
0 commit comments