Skip to content

Commit 7a94d87

Browse files
committed
fix: 🐛 ensure asciidoc docker image to 1.1.0
1 parent e511683 commit 7a94d87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ docker-compose run --rm ebook
2323
.Utilizando Docker
2424
----
2525
# linux / unix
26-
docker run --rm -v $(pwd):/documents/ asciidoctor/docker-asciidoctor scripts/docker-startup.sh
26+
docker run --rm -v $(pwd):/documents/ asciidoctor/docker-asciidoctor:1.1.0 scripts/docker-startup.sh
2727
2828
# others (substituir <caminho> pelo diretório completo deste projeto)
29-
docker run --rm -v <caminho>:/documents/ asciidoctor/docker-asciidoctor scripts/docker-startup.sh
29+
docker run --rm -v <caminho>:/documents/ asciidoctor/docker-asciidoctor:1.1.0 scripts/docker-startup.sh
3030
----
3131

3232
== Referências

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version: '3'
1+
version: "3"
22

33
services:
44
ebook:
5-
image: asciidoctor/docker-asciidoctor
5+
image: asciidoctor/docker-asciidoctor:1.1.0
66
volumes:
77
- .:/documents/
88
entrypoint: scripts/docker-startup.sh

0 commit comments

Comments
 (0)