Skip to content

Commit

Permalink
Dockerfile.runtime: use new 5c2e4a5
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Sep 18, 2023
1 parent 5c2e4a5 commit 45c4eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile.runtime
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ghcr.io/commercialhaskell/curator/base-build as build-app
FROM ghcr.io/commercialhaskell/curator/base-build:5c2e4a5e5ef34ed0253b3c8d64bfef77ba79c433 as build-app

RUN mkdir -p /artifacts/bin
COPY . /src
RUN stack install --stack-yaml /src/stack.yaml --local-bin-path /artifacts/bin

FROM ghcr.io/commercialhaskell/curator/base-run
FROM ghcr.io/commercialhaskell/curator/base-run:5c2e4a5e5ef34ed0253b3c8d64bfef77ba79c433

RUN mkdir -p /app/db
COPY --from=build-app /artifacts/bin/casa-curator /usr/local/bin/casa-curator
Expand Down

0 comments on commit 45c4eb5

Please sign in to comment.