diff --git a/.drone.yml b/.drone.yml index 1b8db04db..64dbce63c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -362,7 +362,7 @@ services: steps: - name: dependencies - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -376,7 +376,7 @@ steps: # - restore-cache - name: lint - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -388,7 +388,7 @@ steps: - dependencies - name: build-prod - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -400,7 +400,7 @@ steps: - dependencies - name: test-unit - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always commands: - cd frontend @@ -411,7 +411,7 @@ steps: - name: typecheck failure: ignore - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -540,7 +540,7 @@ steps: - git fetch --tags - name: frontend-dependencies - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -552,7 +552,7 @@ steps: - pnpm install --fetch-timeout 100000 - name: frontend-build - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -895,7 +895,7 @@ steps: - git fetch --tags - name: build - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -956,7 +956,7 @@ steps: - git fetch --tags - name: build - image: node:20.11.0-alpine + image: node:20.11.1-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm diff --git a/Dockerfile b/Dockerfile index 7641d1c34..163f394db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM node:20.11.0-alpine AS frontendbuilder +FROM --platform=$BUILDPLATFORM node:20.11.1-alpine AS frontendbuilder WORKDIR /build diff --git a/frontend/.nvmrc b/frontend/.nvmrc index 18c284172..726a201e6 100644 --- a/frontend/.nvmrc +++ b/frontend/.nvmrc @@ -1 +1 @@ -20.11.0 \ No newline at end of file +20.11.1 \ No newline at end of file