We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0badf00 commit b132544Copy full SHA for b132544
Dockerfile
@@ -18,7 +18,7 @@ RUN URL=$(curl -s https://api.github.com/repos/sass/dart-sass/releases/${SASS_VE
18
tar xf ${SASS_VERSION}.tar.gz && \
19
mv dart-sass/sass /usr/bin/sass
20
21
-FROM mcr.microsoft.com/devcontainers/javascript-node@sha256:9b4b7e41bc59ec3cbb0a2e06a231a067fc013f21187d0931d63db122d0a6eca6
+FROM mcr.microsoft.com/devcontainers/javascript-node@sha256:fd373e0409247e4ba0b03bcbe97419437caeaa71a8ccd835836a94a4a36820fb
22
COPY --from=build /usr/bin/hugo /usr/bin
23
COPY --from=build /usr/bin/sass /usr/bin
24
EXPOSE 1313
0 commit comments