mirror of https://github.com/lxndrblz/anatole.git

koh-sh
2 days ago 92946d0c39dd5a27ff8c9a403a4f2f3cc2d5ab4a
.devcontainer/Dockerfile
@@ -5,9 +5,9 @@
# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
ARG VARIANT=hugo_extended
# VERSION can be either 'latest' or a specific version number
ARG HUGO_VERSION="0.147.8"
ARG HUGO_VERSION="0.157.0"
ARG DART_SASS_VERSION="1.89.2"
ARG DART_SASS_VERSION="1.97.3"
# Download Hugo
RUN apt-get update && apt-get install -y ca-certificates openssl git curl && \