Skip to content

Commit

Permalink
(~)
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahdc committed Mar 18, 2024
1 parent 0959c9f commit c001f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
trail:
image: josiahdc/trail:0.22
image: josiahdc/trail:0.23
build: ./trail
ports:
- target: 3128
Expand Down
2 changes: 1 addition & 1 deletion gyfu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

TAG="0.22"
TAG="0.23"

# build image
docker buildx build --platform linux/amd64 -t josiahdc/trail:${TAG} ./trail --push

0 comments on commit c001f27

Please sign in to comment.