Skip to content

Commit

Permalink
fixup runtime image: use base commit tag
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Dec 10, 2024
1 parent 307f1ce commit 324c858
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:latest as build-app
FROM ghcr.io/commercialhaskell/curator/base-build:commit-9e621eb31fddbd9590d9c8b84ed09c68c1cce337 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:latest
FROM ghcr.io/commercialhaskell/curator/base-run:commit-9e621eb31fddbd9590d9c8b84ed09c68c1cce337

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

0 comments on commit 324c858

Please sign in to comment.