Skip to content

Commit

Permalink
feat(structurizr): bump upstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmax committed Dec 4, 2020
1 parent 91b21ac commit 97ea2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM adoptopenjdk/openjdk8:alpine-jre

ENV STRUCTURIZR_VERSION 1.5.1
ENV STRUCTURIZR_VERSION 1.6.0

# Create app directory
WORKDIR /root/structurizr
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Run structurizr-cli action
uses: aidmax/structurizr-cli-action@v0.0.4
uses: aidmax/structurizr-cli-action@v0.1.0
id: test
with:
id: # The workspace ID (required)
Expand Down

0 comments on commit 97ea2e2

Please sign in to comment.