upgrade to anthracite 0.3.0
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
c07f9f5738
commit
51f5f62918
2 changed files with 8 additions and 1 deletions
|
@ -4,5 +4,6 @@ WORKDIR /site
|
|||
COPY . .
|
||||
RUN /bin/bash compile.sh
|
||||
|
||||
FROM ghcr.io/nickorlow/anthracite:0.2.1
|
||||
FROM ghcr.io/nickorlow/anthracite:0.3.0
|
||||
COPY --from=build-env /site/out/ /www/
|
||||
COPY anthracite.cfg ./anthracite.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue