Skip to content

Commit

Permalink
Merge pull request #348 from asciidoctor/updatecli_86645478978629fcc1…
Browse files Browse the repository at this point in the history
…a2715a8ba20b6ca9f3bc212653e587a6d4c99878875213

Bump Alpine Linux Version to 3.17.3
  • Loading branch information
dduportal authored Mar 30, 2023
2 parents 496e2ed + b3f1967 commit 00dabdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Golang version defined in https://github.com/kaishuu0123/erd-go/blob/${ERD_VERSION}/go.mod#L3
ARG ERD_GOLANG_VERSION=1.15
ARG alpine_version=3.17.2
ARG alpine_version=3.17.3
FROM alpine:${alpine_version} AS base

ARG asciidoctor_version=2.0.18
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.17.2
:ALPINE_VERSION: 3.17.3
:ASCIIDOCTOR_VERSION: 2.0.18
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.4
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.17.2
ALPINE_VERSION=3.17.3
ASCIIDOCTOR_VERSION=2.0.18
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.4
Expand Down

0 comments on commit 00dabdf

Please sign in to comment.