Skip to content

Commit

Permalink
fix(docker): downgrade Firely.Terminal version from 3.3.2 to 3.3.1 in…
Browse files Browse the repository at this point in the history
… Dockerfile
  • Loading branch information
chgl committed Jan 15, 2025
1 parent dbcb37b commit d2a28c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sushi --version
EOF

# renovate: datasource=nuget depName=Firely.Terminal
ARG FIRELY_TERMINAL_VERSION=3.3.2
ARG FIRELY_TERMINAL_VERSION=3.3.1
RUN <<EOF
set -e
dotnet tool install --global Firely.Terminal --version ${FIRELY_TERMINAL_VERSION}
Expand Down

0 comments on commit d2a28c5

Please sign in to comment.