This repository has been archived by the owner on Dec 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70c5d2d
commit 3b34eff
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM node:10-alpine | ||
LABEL maintainer Yuki Takei <[email protected]> | ||
|
||
ENV APP_VERSION v3.5.24 | ||
ENV APP_VERSION v3.5.25 | ||
ENV APP_DIR /opt/growi | ||
ARG ARCHIVE_NAME=${APP_VERSION} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM node:10-alpine | ||
LABEL maintainer Yuki Takei <[email protected]> | ||
|
||
ENV APP_VERSION v3.5.24 | ||
ENV APP_VERSION v3.5.25 | ||
ENV APP_DIR /opt/growi | ||
ARG ARCHIVE_NAME=${APP_VERSION} | ||
|
||
|