Update base images

This commit is contained in:
Michael Snoyman 2020-04-05 18:23:23 +03:00
parent a5562eea85
commit be582f4ced
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -1,10 +1,10 @@
FROM docker.pkg.github.com/fpco/stackage-server/base-build:f145417e06738c487f47ffa2f59edc032124afab as build-app
FROM docker.pkg.github.com/fpco/stackage-server/base-build:a5562eea85c1b0646c35ad924511a90c2a40a2f3 as build-app
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:f145417e06738c487f47ffa2f59edc032124afab
FROM docker.pkg.github.com/fpco/stackage-server/base-run:a5562eea85c1b0646c35ad924511a90c2a40a2f3
COPY --from=build-app /src/config/ /app/config/
COPY --from=build-app /src/static/ /app/static/