Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Dec 10, 2019
1 parent 96cf470 commit 48d5303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER_IMAGE=spjmurray/couchbase-antora-preview
DOCKER_TAG=1.1.0
DOCKER_TAG=1.2.0

.PHONY: all
all:
Expand Down

0 comments on commit 48d5303

Please sign in to comment.