From 18106cf2294108ad955d380705ae838299d25a60 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Fri, 20 Oct 2023 12:55:05 -0400 Subject: [PATCH] Use tagged version for Anthracite --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00e389b..defd423 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/