Skip to content

Commit

Permalink
Update tor to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
MaticPoh authored Oct 31, 2023
1 parent fe634da commit 23e8a97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ build:
docker buildx build \
--platform=linux/amd64,linux/arm,linux/arm64 \
--build-arg ALPINE_VERSION=3.17.3 \
--build-arg TOR_VERSION=0.4.7.13 \
--tag quay.io/bugfest/tor:0.4.7.13 \
--build-arg TOR_VERSION=0.4.8.7 \
--tag quay.io/bugfest/tor:0.4.8.7 \
--tag quay.io/bugfest/tor:latest \
--squash \
-f Dockerfile.quick \
Expand All @@ -18,8 +18,8 @@ build-alt:
docker buildx build \
--platform=linux/amd64,linux/arm,linux/arm64 \
--build-arg ALPINE_VERSION=3.17.3 \
--build-arg TOR_VERSION=0.4.7.13 \
--tag quay.io/bugfest/tor:0.4.7.13 \
--build-arg TOR_VERSION=0.4.8.7 \
--tag quay.io/bugfest/tor:0.4.8.7 \
--tag quay.io/bugfest/tor:latest \
--squash \
-f Dockerfile \
Expand Down

0 comments on commit 23e8a97

Please sign in to comment.