We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f652b commit 62ba5b4Copy full SHA for 62ba5b4
1 file changed
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:88852e0399a174d8af051bafe1a44971a08351f4255d585d7b32c68b8ab35e79
+FROM mcr.microsoft.com/devcontainers/javascript-node@sha256:bc9064c4a22cae05a94f3e1e5fcb03b294d44068133dc888b02f1a9d7f439244
22
COPY --from=build /usr/bin/hugo /usr/bin
23
COPY --from=build /usr/bin/sass /usr/bin
24
EXPOSE 1313
0 commit comments