diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM haskell:8.8.3 +FROM haskell:8.10.4 WORKDIR /opt/uplcg COPY server/uplcg.cabal server/stack.yaml* /opt/uplcg/ RUN stack build --only-dependencies |
index : uplcg | ||
The Untitled Programming Language Card Game (with Nix support) |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Dockerfile | 2 |
@@ -1,4 +1,4 @@ -FROM haskell:8.8.3 +FROM haskell:8.10.4 WORKDIR /opt/uplcg COPY server/uplcg.cabal server/stack.yaml* /opt/uplcg/ RUN stack build --only-dependencies |