Skip to content

Commit

Permalink
switch branch upstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
simul4tor authored Apr 19, 2020
1 parent 57a1939 commit 3848baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:10-slim
LABEL maintainer="[email protected]"

ARG TELEMAC_MASCARET_VER=trunk
ARG TELEMAC_MASCARET_VER=v7p3r1

ARG TELEMAC_ROOT=/opt/telemac-mascaret
RUN mkdir ${TELEMAC_ROOT}
Expand All @@ -27,4 +27,4 @@ RUN chmod +x /entrypoint.sh
ENV TELEMAC_ROOT="${TELEMAC_ROOT}"
ENV TELEMAC_MASCARET_VER="${TELEMAC_MASCARET_VER}"

ENTRYPOINT [ "/entrypoint.sh", "/bin/bash" ]
ENTRYPOINT [ "/entrypoint.sh", "/bin/bash" ]

0 comments on commit 3848baa

Please sign in to comment.