Skip to content

Commit

Permalink
Update docker image tag to 0.11.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Quan Zhou <quan@bitergia.com>
  • Loading branch information
zhquan committed Jun 23, 2023
1 parent 0fdd8cc commit 9348005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEPLOY_USER grimoire
ENV DEPLOY_USER_DIR /home/${DEPLOY_USER}
ENV CONF_DIR ${DEPLOY_USER_DIR}/conf
ENV SCRIPTS_DIR ${DEPLOY_USER_DIR}/scripts
ENV GRIMOIRELAB_RELEASE "0.10.0"
ENV GRIMOIRELAB_RELEASE "0.11.0-rc.1"

# Initial user
RUN useradd ${DEPLOY_USER} --create-home --shell /bin/bash
Expand Down

0 comments on commit 9348005

Please sign in to comment.