mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Release outline-ss-server v1.3.1
This commit is contained in:
parent
45fae7f119
commit
0668941722
5 changed files with 4 additions and 6 deletions
|
|
@ -38,8 +38,6 @@ 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.2.1
|
||||
|
||||
ARG GITHUB_RELEASE
|
||||
LABEL shadowbox.github.release="${GITHUB_RELEASE}"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "outline-server",
|
||||
"private": true,
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "Outline server",
|
||||
"main": "build/server/main.js",
|
||||
"author": "Outline",
|
||||
|
|
|
|||
6
third_party/outline-ss-server/METADATA
vendored
6
third_party/outline-ss-server/METADATA
vendored
|
|
@ -8,9 +8,9 @@ third_party {
|
|||
}
|
||||
url {
|
||||
type: ARCHIVE
|
||||
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.2.1"
|
||||
value: "https://github.com/Jigsaw-Code/outline-ss-server/releases/tag/v1.3.1"
|
||||
}
|
||||
// Keep in sync with the Dockerfile label
|
||||
version: "1.2.1"
|
||||
last_upgrade_date { year: 2020 month: 8 day: 28 }
|
||||
version: "1.3.1"
|
||||
last_upgrade_date { year: 2020 month: 10 day: 27 }
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue