Skip to content

Commit

Permalink
Update symbolator version
Browse files Browse the repository at this point in the history
  • Loading branch information
zebreus committed Jun 21, 2023
1 parent a88a43a commit bbfb853
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install Symbolator
run: |
wget https://github.com/zebreus/symbolator/releases/download/v1.2.1/symbolator.AppImage
wget https://github.com/zebreus/symbolator/releases/download/v1.2.2/symbolator.AppImage
chmod +x symbolator.AppImage
mv symbolator.AppImage /usr/local/bin/symbolator
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ asciidoc:
seqdiag-version: 3.0.0
structurizr-version: 1.30.1
svgbob-version: 0.7.0
symbolator-version: 1.2.1
symbolator-version: 1.2.2
umlet-version: 15.1
vega-version: 5.24.0
vegalite-version: 5.7.0
Expand Down
2 changes: 1 addition & 1 deletion server/ops/docker/jdk11-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ FROM yuzutech/kroki-builder-erd:0.2.1.0 AS kroki-builder-static-erd
FROM ubuntu:jammy AS kroki-builder-static-symbolator

# Build from forked source because upstream is broken for the latest python3 versions
ARG SYMBOLATOR_VERSION=1.2.1
ARG SYMBOLATOR_VERSION=1.2.2
ARG SYMBOLATOR_SOURCE=git+https://github.com/zebreus/symbolator.git@v$SYMBOLATOR_VERSION

RUN apt-get update && apt-get install --no-install-recommends --yes \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public SourceDecoder getSourceDecoder() {

@Override
public String getVersion() {
return "1.2.1";
return "1.2.2";
}

@Override
Expand Down

0 comments on commit bbfb853

Please sign in to comment.