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

Alexander Bilz
4 days ago 606b0e2d2a448b3f8e7aed2e6902c5e4313076e6
chore: update dev container to match Netlify
1 files modified
6 ■■■■ changed files
.devcontainer/Dockerfile 6 ●●●● patch | view | raw | blame | history
.devcontainer/Dockerfile
@@ -1,13 +1,13 @@
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 18, 16, 14
ARG NODE_VERSION=22
ARG NODE_VERSION=26
FROM mcr.microsoft.com/devcontainers/javascript-node:${NODE_VERSION}
# 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.157.0"
ARG HUGO_VERSION="0.158.0"
ARG DART_SASS_VERSION="1.97.3"
ARG DART_SASS_VERSION="1.99.0"
# Download Hugo
RUN apt-get update && apt-get install -y ca-certificates openssl git curl && \