File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Golang version defined in https://github.com/kaishuu0123/erd-go/blob/${ERD_VERSION}/go.mod#L3
22ARG ERD_GOLANG_BUILDER_TAG=1.25-alpine3.22
33ARG A2S_GOLANG_BUILDER_TAG=1.25-alpine3.22
4- ARG alpine_version=3.22.1
4+ ARG alpine_version=3.22.2
55FROM alpine:${alpine_version} AS base
66
77# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
@@ -13,7 +13,7 @@ FROM base AS main-minimal
1313LABEL maintainers=
"Guillaume Scheibel <[email protected] >, Damien DUPORTAL <[email protected] >" 1414LABEL org.opencontainers.image.source="https://github.com/asciidoctor/docker-asciidoctor"
1515
16- ARG asciidoctor_version=2.0.23
16+ ARG asciidoctor_version=2.0.24
1717ARG asciidoctor_pdf_version=2.3.21
1818
1919ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
Original file line number Diff line number Diff line change 1- :ALPINE_VERSION: 3.22.1
2- :ASCIIDOCTOR_VERSION: 2.0.23
1+ :ALPINE_VERSION: 3.22.2
2+ :ASCIIDOCTOR_VERSION: 2.0.24
33:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
44:ASCIIDOCTOR_PDF_VERSION: 2.3.21
55:ASCIIDOCTOR_DIAGRAM_VERSION: 3.0.1
Original file line number Diff line number Diff line change 11#! /usr/bin/env bats
22
33TMP_GENERATION_DIR=" ${BATS_TEST_DIRNAME} /tmp"
4- ALPINE_VERSION=3.22.1
5- ASCIIDOCTOR_VERSION=2.0.23
4+ ALPINE_VERSION=3.22.2
5+ ASCIIDOCTOR_VERSION=2.0.24
66ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
77ASCIIDOCTOR_PDF_VERSION=2.3.21
88ASCIIDOCTOR_DIAGRAM_VERSION=3.0.1
You can’t perform that action at this time.
0 commit comments