Upgrade outline-ss-server to v1.1.7

This commit is contained in:
Vinicius Fortuna 2020-07-07 14:21:41 -04:00
parent 6bdffc0097
commit 867366231c
2 changed files with 4 additions and 4 deletions

View file

@ -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.6
LABEL shadowbox.outline-ss-server_version=1.1.7
ARG GITHUB_RELEASE
LABEL shadowbox.github.release="${GITHUB_RELEASE}"

View file

@ -8,8 +8,8 @@ third_party {
}
url {
type: ARCHIVE
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.1.6"
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.1.7"
}
version: "1.1.6"
last_upgrade_date { year: 2020 month: 7 day: 6 }
version: "1.1.7"
last_upgrade_date { year: 2020 month: 7 day: 7 }
}