chore: Update build deps & cleanup
This commit is contained in:
parent
4205f89c83
commit
fc1ab42388
3 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/library/nginx:1.23.1-alpine
|
FROM docker.io/library/nginx:1.25.2-alpine
|
||||||
|
|
||||||
COPY ./dist/ /usr/share/nginx/html/
|
COPY ./dist/ /usr/share/nginx/html/
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker.io/library/node:18.4
|
image: docker.io/library/node:20.5
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g pnpm@7
|
- npm install -g pnpm@7
|
||||||
|
|
1
src/environment.d.ts
vendored
1
src/environment.d.ts
vendored
|
@ -1 +0,0 @@
|
||||||
/// <reference types="astro/client" />
|
|
Loading…
Add table
Reference in a new issue