diff --git a/Dockerfile b/Dockerfile index 87996fb..cca9758 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM antora/antora:latest +FROM antora/antora:2.2.0 # We content will be exposed on the standard HTTP port. EXPOSE 80/tcp @@ -9,8 +9,7 @@ RUN apk --no-cache add \ git \ apache2 \ python \ - py-yaml \ - && mkdir /run/apache2 + py-yaml # Add a virtual host for Apache to serve requests on port 80. COPY res/vhost.conf /etc/apache2/conf.d/ diff --git a/Makefile b/Makefile index acc5f55..bcca467 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER_IMAGE=spjmurray/couchbase-antora-preview -DOCKER_TAG=1.1.0 +DOCKER_TAG=1.2.0 .PHONY: all all: