mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Update outline-ss-server to v1.0.7 and docker node to v8.15.0 (#494)
This commit is contained in:
parent
cec9516544
commit
8965e2d672
1 changed files with 3 additions and 3 deletions
|
|
@ -13,13 +13,13 @@
|
|||
# limitations under the License.
|
||||
|
||||
# See versions at https://hub.docker.com/_/node/
|
||||
FROM node:8.14.0-alpine
|
||||
FROM node:8.15.0-alpine
|
||||
|
||||
# Versions can be found at https://github.com/Jigsaw-Code/outline-ss-server/releases
|
||||
ARG SS_VERSION=1.0.4
|
||||
ARG SS_VERSION=1.0.7
|
||||
|
||||
# Save metadata on the software versions we are using.
|
||||
LABEL shadowbox.node_version=8.14.0
|
||||
LABEL shadowbox.node_version=8.15.0
|
||||
LABEL shadowbox.outline-ss-server_version="${SS_VERSION}"
|
||||
|
||||
ARG GITHUB_RELEASE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue