Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.tor-daemon
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM docker.io/rinsecode/tor:0.4.8.22@sha256:89b4226698813d20677a23f2930af424bc6cc57c89956c51603c7006d5d02b3b AS tor
FROM docker.io/rinsecode/tor:0.4.9.5@sha256:e273b9e6d41ad41bd12fe2eea2dbed48b3a9fdd33549f64d99515697a6083019 AS tor
2 changes: 1 addition & 1 deletion Dockerfile.tor-daemon-manager
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -ldflags="-s -w" -o /out/tor-local-manager ./agents/tor/main.go

FROM docker.io/rinsecode/tor:0.4.8.22@sha256:89b4226698813d20677a23f2930af424bc6cc57c89956c51603c7006d5d02b3b AS tor
FROM docker.io/rinsecode/tor:0.4.9.5@sha256:e273b9e6d41ad41bd12fe2eea2dbed48b3a9fdd33549f64d99515697a6083019 AS tor

RUN mkdir -p /app
COPY --from=builder --chmod=0555 /out/tor-local-manager /app
Expand Down
Loading