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:8598cba8151ce24326a0c5c05ce2fe8d4ba583eabf5d509c8052dc3bb2b4cd4c AS tor
FROM docker.io/rinsecode/tor:0.4.8.22@sha256:e8da123c5487fba9a31ae70df456308e0c1d3b2e058f6ceb54fff4c0aa448a60 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:8598cba8151ce24326a0c5c05ce2fe8d4ba583eabf5d509c8052dc3bb2b4cd4c AS tor
FROM docker.io/rinsecode/tor:0.4.8.22@sha256:e8da123c5487fba9a31ae70df456308e0c1d3b2e058f6ceb54fff4c0aa448a60 AS tor

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