Use tagged version for Anthracite

This commit is contained in:
Nicholas Orlowsky 2023-10-20 12:55:05 -04:00 committed by GitHub
parent 2abb1769c3
commit 18106cf229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,5 +4,5 @@ WORKDIR /site
COPY . .
RUN /bin/bash compile.sh
FROM ghcr.io/nickorlow/anthracite:main
FROM ghcr.io/nickorlow/anthracite:0.2.0
COPY --from=build-env /site/out/ /www/