Skip to content

Commit 8e99664

Browse files
authored
Merge pull request #2 from sebastienfi/feat-bump-cli
Fix / !const support by updating Structurizr CLI to v2025.05.28
2 parents 905e1ba + 53f449f commit 8e99664

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# - about ENTRYPOINT: GitHub Actions recommend using an absolute path for the entrypoint.
55

66
# Builder stage
7-
FROM eclipse-temurin:17.0.8.1_1-jre-jammy as builder
7+
FROM eclipse-temurin:21.0.7_6-jre-noble as builder
88

99
# Install dependencies
1010
RUN apt-get update && \
@@ -25,7 +25,7 @@ RUN mkdir /structurizr-cli && \
2525
rm structurizr-cli-*.zip
2626

2727
### Final image ###
28-
FROM eclipse-temurin:17.0.8.1_1-jre-jammy
28+
FROM eclipse-temurin:21.0.7_6-jre-noble
2929

3030
# Install dependencies and clean up
3131
RUN apt-get update && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
This Docker image does exactly what the `structurizr/cli` image does, but with the added configuration that it allows a run within Github Actions. It includes additional tools such as Git, jq, and PlantUML, as well as Graphviz and `structurizr.sh` (v1.35.0), making this image ideal for advanced diagram generation and version control in Structurizr projects including documentation-as-code. The image is automatically built and published using a GitHub Actions workflow. For now this image depends on manually updating the CLI zip file which is downloaded from the [official release website](https://github.com/structurizr/cli/releases).
3+
This Docker image does exactly what the `structurizr/cli` image does, but with the added configuration that it allows a run within Github Actions. It includes additional tools such as Git, jq, and PlantUML, as well as Graphviz and `structurizr.sh` (v2025.05.28), making this image ideal for advanced diagram generation and version control in Structurizr projects including documentation-as-code. The image is automatically built and published using a GitHub Actions workflow. For now this image depends on manually updating the CLI zip file which is downloaded from the [official release website](https://github.com/structurizr/cli/releases).
44

55
## Why do I need this?
66

0 commit comments

Comments
 (0)