Skip to content

Commit 8aa51b9

Browse files
committed
deps: bump base docker image
1 parent 626de68 commit 8aa51b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# base CoMSES Dockerfile
2-
FROM phusion/baseimage:0.11
3-
LABEL maintainer="Allen Lee <allen.lee@asu.edu>"
1+
FROM phusion/baseimage:18.04-1.0.0
2+
LABEL maintainer="CoMSES Net <comses-dev@googlegroups.com>"
43

54
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && apt-get install -y python3-pip \
65
&& pip3 install nltk --no-cache-dir \

0 commit comments

Comments
 (0)