Skip to content

Commit 324c858

Browse files
committed
fixup runtime image: use base commit tag
1 parent 307f1ce commit 324c858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Dockerfile.runtime

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ghcr.io/commercialhaskell/curator/base-build:latest as build-app
1+
FROM ghcr.io/commercialhaskell/curator/base-build:commit-9e621eb31fddbd9590d9c8b84ed09c68c1cce337 as build-app
22

33
RUN mkdir -p /artifacts/bin
44
COPY . /src
55
RUN stack install --stack-yaml /src/stack.yaml --local-bin-path /artifacts/bin
66

7-
FROM ghcr.io/commercialhaskell/curator/base-run:latest
7+
FROM ghcr.io/commercialhaskell/curator/base-run:commit-9e621eb31fddbd9590d9c8b84ed09c68c1cce337
88

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

0 commit comments

Comments
 (0)