Skip to content

Commit

Permalink
Fix identifier of base Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Oct 13, 2024
1 parent 340d3a2 commit f6031db
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,5 +1,5 @@
# ATTENTION: Also update the version of the final image
FROM haskell:9.6.6-slim-buster as builder
FROM haskell:9.6.6-slim-bullseye as builder

WORKDIR /tasklite

Expand Down Expand Up @@ -31,7 +31,7 @@ RUN stack install tasklite


# Same OS version as the builder image
FROM haskell:9.6.6-slim-buster
FROM haskell:9.6.6-slim-bullseye
RUN apt-get update && \
apt-get install -y libgmp10
COPY --from=builder \
Expand Down

0 comments on commit f6031db

Please sign in to comment.