We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307f1ce commit 324c858Copy full SHA for 324c858
.github/workflows/Dockerfile.runtime
@@ -1,10 +1,10 @@
1
-FROM ghcr.io/commercialhaskell/curator/base-build:latest as build-app
+FROM ghcr.io/commercialhaskell/curator/base-build:commit-9e621eb31fddbd9590d9c8b84ed09c68c1cce337 as build-app
2
3
RUN mkdir -p /artifacts/bin
4
COPY . /src
5
RUN stack install --stack-yaml /src/stack.yaml --local-bin-path /artifacts/bin
6
7
-FROM ghcr.io/commercialhaskell/curator/base-run:latest
+FROM ghcr.io/commercialhaskell/curator/base-run:commit-9e621eb31fddbd9590d9c8b84ed09c68c1cce337
8
9
RUN mkdir -p /app/db
10
COPY --from=build-app /artifacts/bin/casa-curator /usr/local/bin/casa-curator
0 commit comments