diff --git a/.github/workflows/Dockerfile.runtime b/.github/workflows/Dockerfile.runtime index c600f34..5c4fa28 100644 --- a/.github/workflows/Dockerfile.runtime +++ b/.github/workflows/Dockerfile.runtime @@ -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