Use newer base runtime image

This commit is contained in:
Michael Snoyman 2020-04-05 18:50:54 +03:00
parent c0e6c9d091
commit 4ad7e421b2
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -4,7 +4,7 @@ RUN mkdir -p /artifacts/bin
COPY . /src
RUN stack install --stack-yaml /src/stack.yaml --local-bin-path /artifacts/bin
FROM docker.pkg.github.com/fpco/stackage-server/base-run:a5562eea85c1b0646c35ad924511a90c2a40a2f3
FROM docker.pkg.github.com/fpco/stackage-server/base-run:c0e6c9d09198bb661919366a07351c334d7caeb0
COPY --from=build-app /src/config/ /app/config/
COPY --from=build-app /src/static/ /app/static/