Skip to content

Commit 4467fba

Browse files
authored
fix(onionbalance): peg alpine version to avoid error with deprecated cryptography dependency (#31)
1 parent b31b932 commit 4467fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.tor-onionbalance-manager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN --mount=target=. \
99
--mount=type=cache,target=/go/pkg \
1010
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -o /out/onionbalance-local-manager ./agents/onionbalance/main.go
1111

12-
FROM alpine:latest
12+
FROM alpine:3.16.2
1313

1414
ARG VERSION=0.2.2
1515

0 commit comments

Comments
 (0)