~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

build(docker): update base image used for building workspace image

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>

+1 -1
.gitpod.Dockerfile
···
# brew maintenance + install ShellCheck and Hadolint
WORKDIR /home/gitpod
RUN brew update && brew install hadolint shellcheck \
-
&& npm i -g wrangler
+
&& npm i -g wrangler
+1 -1
.gitpod.yml
···
checkoutLocation: tildeweb-ajhalili2006
-
image: ghcr.io/ajhalili2006/ajhalili2006.github.io/devenv:commit-34a2eb5ce41701454dfede862a6284cc92bfe175
+
image: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-f1a2adaa1d977fe66e4f1791436027539fe187b8
tasks:
- init: |