Skip to content

Commit 7a0d097

Browse files
committed
Update roswell version
1 parent afa940b commit 7a0d097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:9
22
RUN echo 'export PATH=$HOME/.roswell/bin:$PATH' >> ~/.bashrc
33
RUN apt update && apt install -y curl make bzip2 libcurl3-gnutls &&\
4-
curl -L -O https://github.com/roswell/roswell/releases/download/v17.10.10.83/roswell_17.10.10.83-1_amd64.deb &&\
4+
curl -L -O https://github.com/roswell/roswell/releases/download/v19.3.10.97/roswell_19.3.10.97-1_amd64.deb &&\
55
dpkg -i *.deb && ros && rm *.deb

0 commit comments

Comments
 (0)