Skip to content

Commit

Permalink
Bump version for release (Jigsaw-Code#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Oct 27, 2022
1 parent ba13526 commit cfab642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shadowbox/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN ROOT_DIR=/ npm run action shadowbox/server/build
FROM ${NODE_IMAGE}

# Save metadata on the software versions we are using.
LABEL shadowbox.node_version=16.14.0
LABEL shadowbox.node_version=16.18.0

ARG GITHUB_RELEASE
LABEL shadowbox.github.release="${GITHUB_RELEASE}"
Expand Down
2 changes: 1 addition & 1 deletion src/shadowbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "outline-server",
"private": true,
"version": "1.6.2",
"version": "1.7.0",
"description": "Outline server",
"main": "build/server/main.js",
"author": "Outline",
Expand Down

0 comments on commit cfab642

Please sign in to comment.