Skip to content

Commit

Permalink
Update Docker image (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan committed Feb 11, 2019
1 parent e9517fe commit 0140e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/Dockerfile-testing-linux
@@ -1,3 +1,3 @@
FROM swift@sha256:501824b412386aa7ba6d08cd8029b5fdda9b6a1e16d688d910cabdbb371ccb51
FROM swift@sha256:dd9004042a308eccdf1d6dc960b6ad3b3006c1062eb460d2e62001c35e21f518
ADD . Pathos
RUN cd Pathos; make test
2 changes: 1 addition & 1 deletion Scripts/develop-linux-docker.sh
Expand Up @@ -2,6 +2,6 @@

command -v docker &> /dev/null || { echo >&2 "Install docker https://www.docker.com"; exit 1; }

IMAGE=swift@sha256:501824b412386aa7ba6d08cd8029b5fdda9b6a1e16d688d910cabdbb371ccb51
IMAGE=swift@sha256:dd9004042a308eccdf1d6dc960b6ad3b3006c1062eb460d2e62001c35e21f518
NAME=pathosdev
docker run -it -v "$PWD":/Pathos --name "$NAME" --rm "$IMAGE"

0 comments on commit 0140e8a

Please sign in to comment.