mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-25 01:43:41 +00:00
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:
parent
424a978bff
commit
509b8204a5
2 changed files with 2 additions and 2 deletions
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
|
@ -23,4 +23,4 @@ COPY --from=docker/buildx-bin:latest /buildx /usr/libexec/docker/cli-plugins/doc
|
||||||
# brew maintenance + install ShellCheck and Hadolint
|
# brew maintenance + install ShellCheck and Hadolint
|
||||||
WORKDIR /home/gitpod
|
WORKDIR /home/gitpod
|
||||||
RUN brew update && brew install hadolint shellcheck \
|
RUN brew update && brew install hadolint shellcheck \
|
||||||
&& npm i -g wrangler
|
&& npm i -g wrangler
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
checkoutLocation: tildeweb-ajhalili2006
|
checkoutLocation: tildeweb-ajhalili2006
|
||||||
|
|
||||||
image: ghcr.io/ajhalili2006/ajhalili2006.github.io/devenv:commit-34a2eb5ce41701454dfede862a6284cc92bfe175
|
image: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-f1a2adaa1d977fe66e4f1791436027539fe187b8
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- init: |
|
- init: |
|
||||||
|
|
Loading…
Reference in a new issue