Skip to content

Commit

Permalink
fix(docker): update Eclipse Temurin version to 11-jre and Firely.Term…
Browse files Browse the repository at this point in the history
…inal version to 3.3.2 in Dockerfile
  • Loading branch information
chgl committed Jan 15, 2025
1 parent d2a28c5 commit 050800b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/eclipse-temurin:21-jre-noble@sha256:860f93f736431d707b8819de4a269d3a21eb0bb853953d8730ed855ae912fefc
FROM docker.io/library/eclipse-temurin:11-jre@sha256:158f589f1f6a7caaffd7fa3ee6454e4c779c274e039e12b862d25f641fd77a00
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
WORKDIR /opt/ig-build-tools
ENV NO_UPDATE_NOTIFIER=true \
Expand Down Expand Up @@ -33,7 +33,7 @@ sushi --version
EOF

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

0 comments on commit 050800b

Please sign in to comment.