File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ GIT_TAG=$(git describe --exact-match --tags $(git log -n1 --pretty='%h') 2>/dev/
11
11
12
12
DOCKER_TAG=" ${GIT_TAG:- $GIT_SHORT_ID } "
13
13
14
- docker build --build-arg RUNTIME=hackmdio/runtime:node-10-0baafb79 -t " hackmdio/hackmd:$DOCKER_TAG " -f " $CURRENT_DIR /Dockerfile" " $CURRENT_DIR /.."
14
+ docker build --build-arg RUNTIME=hackmdio/runtime:node-10-d27854ef -t " hackmdio/hackmd:$DOCKER_TAG " -f " $CURRENT_DIR /Dockerfile" " $CURRENT_DIR /.."
15
15
16
- docker build --build-arg RUNTIME=hackmdio/runtime:node-10-cjk-0baafb79 -t " hackmdio/hackmd:$DOCKER_TAG -cjk" -f " $CURRENT_DIR /Dockerfile" " $CURRENT_DIR /.."
16
+ docker build --build-arg RUNTIME=hackmdio/runtime:node-10-cjk-d27854ef -t " hackmdio/hackmd:$DOCKER_TAG -cjk" -f " $CURRENT_DIR /Dockerfile" " $CURRENT_DIR /.."
You can’t perform that action at this time.
0 commit comments