From 48d53036032a12bf11fe9a494f81a580c357d103 Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Tue, 10 Dec 2019 12:21:03 +0000 Subject: [PATCH] Version 1.2.0 --- Dockerfile | 5 ++--- Makefile | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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: