Skip to content

Commit

Permalink
chore(docker): Upgrade the Haskell Tool Stack to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 10, 2023
1 parent 343d2ff commit 876c1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DART_VERSION=2.18.4
DOTNET_VERSION=6.0
GO_DEP_VERSION=0.5.4
GO_VERSION=1.21.1
HASKELL_STACK_VERSION=2.7.5
HASKELL_STACK_VERSION=2.13.1
JAVA_VERSION=17
NODEJS_VERSION=20.9.0
NPM_VERSION=10.1.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
zlib1g-dev \
&& sudo rm -rf /var/lib/apt/lists/*

ARG HASKELL_STACK_VERSION=2.7.5
ARG HASKELL_STACK_VERSION=2.13.1

ENV HASKELL_HOME=/opt/haskell
ENV PATH=$PATH:$HASKELL_HOME/bin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV \
CONAN_VERSION=1.57.0 \
GO_DEP_VERSION=0.5.4 \
GO_VERSION=1.21.1 \
HASKELL_STACK_VERSION=2.7.5 \
HASKELL_STACK_VERSION=2.13.1 \
NPM_VERSION=10.1.0 \
PNPM_VERSION=8.8.0 \
PYTHON_PIPENV_VERSION=2022.9.24 \
Expand Down

0 comments on commit 876c1d4

Please sign in to comment.