chore: Update build deps & cleanup

This commit is contained in:
Saibotk 2023-09-02 23:57:48 +02:00
parent 4205f89c83
commit fc1ab42388
Signed by: saibotk
GPG key ID: 67585F0065E261D5
3 changed files with 2 additions and 3 deletions

View file

@ -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/

View file

@ -13,7 +13,7 @@ stages:
- deploy
build:
image: docker.io/library/node:18.4
image: docker.io/library/node:20.5
stage: build
before_script:
- npm install -g pnpm@7

View file

@ -1 +0,0 @@
/// <reference types="astro/client" />