Skip to content

Commit

Permalink
Merge pull request #678 from minrk/lts
Browse files Browse the repository at this point in the history
base hub image on 18.04 lts
  • Loading branch information
choldgraf authored May 7, 2018
2 parents cc2aebb + 4d2c7a1 commit f37fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:17.10
FROM ubuntu:18.04

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit f37fdf2

Please sign in to comment.