Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Commit

Permalink
👍 version
Browse files Browse the repository at this point in the history
  • Loading branch information
info-weseek committed Dec 11, 2019
1 parent 70c5d2d commit 3b34eff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
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}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ growi-docker
Supported tags and respective Dockerfile links
------------------------------------------------

* [`3.5.24`, `3.5`, `3`, `latest` (Dockerfile)](https://github.com/weseek/growi-docker/blob/v3.5.24/Dockerfile)
* [`3.5.24-nocdn`, `3.5-nocdn`, `3-nocdn` (Dockerfile)](https://github.com/weseek/growi-docker/blob/v3.5.24/nocdn/Dockerfile)
* [`3.5.25`, `3.5`, `3`, `latest` (Dockerfile)](https://github.com/weseek/growi-docker/blob/v3.5.25/Dockerfile)
* [`3.5.25-nocdn`, `3.5-nocdn`, `3-nocdn` (Dockerfile)](https://github.com/weseek/growi-docker/blob/v3.5.25/nocdn/Dockerfile)
* [`3.4.7`, `3.4`, `3`, (Dockerfile)](https://github.com/weseek/growi-docker/blob/v3.4.7/Dockerfile)
* [`3.4.7-nocdn`, `3.4-nocdn`, `3-nocdn` (Dockerfile)](https://github.com/weseek/growi-docker/blob/v3.4.7/nocdn/Dockerfile)

Expand Down
2 changes: 1 addition & 1 deletion nocdn/Dockerfile
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}

Expand Down

0 comments on commit 3b34eff

Please sign in to comment.