Skip to content

Commit

Permalink
Merge pull request #45 from ayapapa/dev
Browse files Browse the repository at this point in the history
fixed issue #44 : alminium v4.0.8対応
  • Loading branch information
ayapapa authored Apr 21, 2021
2 parents 40ef996 + ada0a91 commit 8d6101a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ALM_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.4.13
v4.0.8
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ENV ALM_HOME="/home/alm" \
ALM_BACKUP_DIR="/var/opt/alminium-backup" \
ALM_BACKUP_LOG="/opt/alminium/log/backup.log" \
ALM_DB_SETUP="N" \
ALM_VER="v3.4.13" \
RM_VER="3.4.13" \
ALM_VER="v4.0.8" \
RM_VER="4.0.8" \
DEBIAN_FRONTEND="noninteractive" \
DEBCONF_NOWARNINGS="yes"

Expand Down
2 changes: 1 addition & 1 deletion RM_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.13
4.0.8
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

ALMinium:
restart: always
image: ayapapa/docker-alminium:3.4.13
image: ayapapa/docker-alminium:4.0.8
ports:
- "10080:80"
- "10443:443"
Expand Down

0 comments on commit 8d6101a

Please sign in to comment.