Skip to content

Commit

Permalink
Updates version, fixes Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Dec 29, 2023
1 parent 6714fd7 commit 2c48e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM eclipse-temurin:21.0.1_12-jre-jammy

RUN apt-get update && apt-get install -y unzip && apt install -y graphviz && rm -rf /var/lib/apt/lists/*

COPY build/distributions/structurizr-cli-*.zip /tmp
COPY build/distributions/structurizr-cli.zip /tmp

RUN unzip /tmp/structurizr-cli-*.zip -d /usr/local/structurizr-cli && chmod +x /usr/local/structurizr-cli/structurizr.sh
RUN unzip /tmp/structurizr-cli.zip -d /usr/local/structurizr-cli && chmod +x /usr/local/structurizr-cli/structurizr.sh

WORKDIR /usr/local/structurizr

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.1.1
2023.12.29.0

0 comments on commit 2c48e28

Please sign in to comment.