Skip to content

Commit b326b19

Browse files
committed
Update DockerfileBase to ruby 2.5
1 parent 9a59ef1 commit b326b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DockerfileBase

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.3
1+
FROM ruby:2.5
22
LABEL name tmc-server-base
33

44
ENV PHANTOMJS_VERSION 2.1.1
@@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/phantomjs.tar.bz2 https://bitbucket.org
1313
mv /tmp/phantomjs* /srv/var/phantomjs && \
1414
ln -s /srv/var/phantomjs/bin/phantomjs /usr/bin/phantomjs && \
1515
\
16-
echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main" > /etc/apt/sources.list.d/postgresql.list && \
16+
echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main" > /etc/apt/sources.list.d/postgresql.list && \
1717
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" > /etc/apt/sources.list.d/webupd8team-java.list && \
1818
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" >> /etc/apt/sources.list.d/webupd8team-java.list && \
1919
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \

0 commit comments

Comments
 (0)