Skip to content

Commit a8632cc

Browse files
committed
[Git Commit]: at 2018-09-29 16:47:06-05:00
1 parent c82b7df commit a8632cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:latest as ubuntu_builder
22
RUN apt-get -y update && apt-get install curl -y
33

4-
FROM deepinthought/vscode-shell-snippets:latest
4+
FROM deepinthought/vscode-shell-snippets
55
COPY . /vscode-shell-snippets
6-
LABEL Name=vscode-shell-snippets Version=0.1.0 Tag=Latest
7-
CMD [ "/bin/bash", "cd /vscode-shell-snippets" ]
6+
LABEL Name=vscode-shell-snippets Version=0.1.0
7+
CMD [ "/bin/bash", "cd /vscode-shell-snippets" ]

0 commit comments

Comments
 (0)