Skip to content

Commit e32112a

Browse files
authored
Merge branch 'main' into update-v3-release
2 parents 1ccc60d + e671abd commit e32112a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN URL=$(curl -s https://api.github.com/repos/sass/dart-sass/releases/${SASS_VE
1818
tar xf ${SASS_VERSION}.tar.gz && \
1919
mv dart-sass/sass /usr/bin/sass
2020

21-
FROM mcr.microsoft.com/devcontainers/javascript-node@sha256:e2228dfc5285942804c12b897f914e3262e9bba48c2ff473bad8b9fbd9bf7d26
21+
FROM mcr.microsoft.com/devcontainers/javascript-node@sha256:aedf26ccde02f734a8d8879778f5daac6c71609bb1df1b5a3e9d708f3c2827a2
2222
COPY --from=build /usr/bin/hugo /usr/bin
2323
COPY --from=build /usr/bin/sass /usr/bin
2424
EXPOSE 1313

0 commit comments

Comments
 (0)