diff --git a/Makefile b/Makefile index 5a56ad9..c1b8408 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER_IMAGE=spjmurray/couchbase-antora-preview -DOCKER_TAG=1.0.0 +DOCKER_TAG=1.0.1 .PHONY: all all: diff --git a/README.adoc b/README.adoc index 7dda4b1..e85196e 100644 --- a/README.adoc +++ b/README.adoc @@ -32,7 +32,7 @@ A typical execution of the container will look like the following: docker run --rm -ti \ --publish 8080:80 \ --mount type=bind,source=/home/simon/go/src/github.com/couchbase/couchbase-operator,target=/src,readonly \ - spjmurray/couchbase-antora-preview:1.0.0 \ + spjmurray/couchbase-antora-preview:1.0.1 \ master \ docs/user ---- @@ -51,7 +51,7 @@ Bind unprivileged port 8080 on the host system to port 80 on the container. --mount type=bind,source=/home/simon/go/src/github.com/couchbase/couchbase-operator,target=/src,readonly:: Mounts your AsciiDoc repository to /src in the container. This must be a Git repository containing at least one Antora module. -spjmurray/couchbase-antora-preview:1.0.0:: +spjmurray/couchbase-antora-preview:1.0.1:: This is the name of the container image to use. master::