Update Dockerfile to use Ubuntu 17.10 (issue #214)

This commit is contained in:
James R. Barlow
2018-01-28 15:30:41 -08:00
parent 019513696b
commit e0070e3e18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# OCRmyPDF
#
FROM ubuntu:17.04
FROM ubuntu:17.10
MAINTAINER James R. Barlow <jim@purplerock.ca>
RUN apt-get update && apt-get install -y --no-install-recommends \
+1 -1
View File
@@ -1,6 +1,6 @@
# OCRmyPDF
#
FROM ubuntu:17.04
FROM ubuntu:17.10
MAINTAINER James R. Barlow <jim@purplerock.ca>
RUN apt-get update && apt-get install -y --no-install-recommends \