From 0b4bca36edccdee2e6ec85fbb04c5276c7613d20 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 20 Jun 2024 22:26:56 +0200 Subject: [PATCH] Pinned Docker versions and preemptively fixed issues with ARIA --- .forgejo/workflows/unlighthouse.yml | 2 +- Dockerfile | 3 ++- package.json | 2 +- src/components/navbar.astro | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index b52fbfc..97f0740 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -7,7 +7,7 @@ on: jobs: unlighthouse: runs-on: docker - container: forgejo.neshweb.net/ci-docker-images/unlighthouse:latest + container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.2.1 steps: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 diff --git a/Dockerfile b/Dockerfile index ed9eefc..68f8067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,10 @@ FROM node:21.5 AS build WORKDIR /site COPY . . RUN npm i +RUN npm run astro telemetry disable RUN npm run build -FROM forgejo.neshweb.net/ci-docker-images/website-serve:latest AS runtime +FROM forgejo.neshweb.net/ci-docker-images/website-serve:0.1.3 AS runtime COPY --from=build /site/dist /public COPY --from=build /site/serve.json /public/serve.json diff --git a/package.json b/package.json index 5f30cf3..a3027e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fgo-ta-com-website", "type": "module", - "version": "0.2.1", + "version": "0.2.2-pre.1", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/components/navbar.astro b/src/components/navbar.astro index 82af2cc..0e2f916 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -7,7 +7,7 @@ const hamburger_src_url = `url("${hamburger.src}")`
- FGO TA Logo + Logo