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

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-21 10:00:54 +08:00
parent 424a978bff
commit 509b8204a5
Signed by: ajhalili2006
GPG Key ID: 67BFC91B3DA12BE8
2 changed files with 2 additions and 2 deletions

2
.gitpod.Dockerfile vendored
View File

@ -23,4 +23,4 @@ COPY --from=docker/buildx-bin:latest /buildx /usr/libexec/docker/cli-plugins/doc
# brew maintenance + install ShellCheck and Hadolint
WORKDIR /home/gitpod
RUN brew update && brew install hadolint shellcheck \
&& npm i -g wrangler
&& npm i -g wrangler

View File

@ -6,7 +6,7 @@
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: |