From 53b688f014f2fd1491e81caf99d2d562ce0694d2 Mon Sep 17 00:00:00 2001 From: Xin Date: Wed, 25 Oct 2023 21:55:40 +0100 Subject: [PATCH] chore(devcontainer): bump hugo to version v0.119.0 [skip ci] --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 46f4e5b..689ff99 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "0.116.1" + "version": "0.119.0" }, "ghcr.io/devcontainers/features/node:1": {} },