Skip to content

Commit

Permalink
Merge pull request #401 from asciidoctor/updatecli_8c42486d8257177e54…
Browse files Browse the repository at this point in the history
…89228498307fe0b25d024064f25ebe7974b0ae69da9546

Bump Alpine Linux Version to 3.18.5
  • Loading branch information
dduportal authored Dec 4, 2023
2 parents d994546 + ae50035 commit 62070ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Golang version defined in https://github.com/kaishuu0123/erd-go/blob/${ERD_VERSION}/go.mod#L3
ARG ERD_GOLANG_BUILDER_TAG=1.15-alpine
ARG A2S_GOLANG_BUILDER_TAG=1.20-alpine3.18
ARG alpine_version=3.18.4
ARG alpine_version=3.18.5
FROM alpine:${alpine_version} AS base

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:ALPINE_VERSION: 3.18.4
:ALPINE_VERSION: 3.18.5
:ASCIIDOCTOR_VERSION: 2.0.20
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.9
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Docker image provides:

- [Asciidoctor](https://asciidoctor.org/) 2.0.20

- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.13 with ERD and Graphviz integration (supports plantuml and graphiz diagrams)
- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.14 with ERD and Graphviz integration (supports plantuml and graphiz diagrams)

- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.9

Expand All @@ -26,11 +26,11 @@ This Docker image provides:

- [Asciidoctor Bibtex](https://github.com/asciidoctor/asciidoctor-bibtex) 0.8.0

- [Asciidoctor Kroki](https://github.com/Mogztter/asciidoctor-kroki) 0.8.0
- [Asciidoctor Kroki](https://github.com/Mogztter/asciidoctor-kroki) 0.9.1

- [Asciidoctor Reducer](https://github.com/asciidoctor/asciidoctor-reducer) 1.0.2

This image uses Alpine Linux 3.18.3 as base image.
This image uses Alpine Linux 3.18.5 as base image.

<div class="note">

Expand Down
2 changes: 1 addition & 1 deletion tests/asciidoctor.bats
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bats

TMP_GENERATION_DIR="${BATS_TEST_DIRNAME}/tmp"
ALPINE_VERSION=3.18.4
ALPINE_VERSION=3.18.5
ASCIIDOCTOR_VERSION=2.0.20
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.9
Expand Down

0 comments on commit 62070ed

Please sign in to comment.