Skip to content

Commit

Permalink
Upgrade outline-ss-server
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Aug 27, 2020
1 parent 0ae399f commit acf826b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/shadowbox/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM ${NODE_IMAGE}
# Save metadata on the software versions we are using.
LABEL shadowbox.node_version=12.16.3
# Keep in sync with version in third_party/outline-ss-server
LABEL shadowbox.outline-ss-server_version=1.1.7
LABEL shadowbox.outline-ss-server_version=1.2.0

ARG GITHUB_RELEASE
LABEL shadowbox.github.release="${GITHUB_RELEASE}"
Expand Down
7 changes: 4 additions & 3 deletions third_party/outline-ss-server/METADATA
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ third_party {
}
url {
type: ARCHIVE
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.1.7"
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.2.0"
}
version: "1.1.7"
last_upgrade_date { year: 2020 month: 7 day: 7 }
// Keep in sync with the Dockerfile label
version: "1.2.0"
last_upgrade_date { year: 2020 month: 8 day: 28 }
}
Binary file modified third_party/outline-ss-server/linux/outline-ss-server
Binary file not shown.
Binary file modified third_party/outline-ss-server/macos/outline-ss-server
Binary file not shown.

0 comments on commit acf826b

Please sign in to comment.