Merge pull request #321 from fpco/update-pantry

Update pantry to use new casa urls
This commit is contained in:
Michael Snoyman 2023-08-17 07:43:34 +03:00 committed by GitHub
commit 96522f62ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Runtime image
on:
push:
branches: [master, bench, 311-less-snapshots]
branches: [master]
jobs:
push:

View File

@ -1,10 +1,10 @@
FROM ghcr.io/fpco/stackage-server/base-build:37eb5f3da608d3796a5176a3c27fe83f340690e7 as build-app
FROM ghcr.io/fpco/stackage-server/base-build:02cdb54683a9c8feec125bbdc9aa36f9700dad17 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/fpco/stackage-server/base-run:37eb5f3da608d3796a5176a3c27fe83f340690e7
FROM ghcr.io/fpco/stackage-server/base-run:02cdb54683a9c8feec125bbdc9aa36f9700dad17
COPY --from=build-app /src/config/ /app/config/
COPY --from=build-app /src/static/ /app/static/

View File

@ -5,6 +5,12 @@ extra-deps:
- classy-prelude-yesod-1.5.0
- unliftio-core-0.1.2.0
- yesod-gitrepo-0.3.0
- static-bytes-0.1.0
- companion-0.1.0
- aeson-warning-parser-0.1.0
- hpack-0.35.0
- git: https://github.com/commercialhaskell/pantry.git
commit: 5df643cc1deb561d9c52a9cb6f593aba2bc4c08e
drop-packages:
- Cabal