diff --git a/.drone.yml b/.drone.yml index f3249242b..aafef4f5d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -364,7 +364,7 @@ steps: - api-build - name: frontend-dependencies - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -378,7 +378,7 @@ steps: # - restore-cache - name: frontend-lint - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -390,7 +390,7 @@ steps: - frontend-dependencies - name: frontend-build-prod - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -402,7 +402,7 @@ steps: - frontend-dependencies - name: frontend-test-unit - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always commands: - cd frontend @@ -413,7 +413,7 @@ steps: - name: frontend-typecheck failure: ignore - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -544,7 +544,7 @@ steps: - git fetch --tags - name: frontend-dependencies - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -556,7 +556,7 @@ steps: - pnpm install --fetch-timeout 100000 - name: frontend-build - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -901,7 +901,7 @@ steps: - git fetch --tags - name: build - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -962,7 +962,7 @@ steps: - git fetch --tags - name: build - image: node:20.11.1-alpine + image: node:20.12.2-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -1400,6 +1400,6 @@ steps: - failure --- kind: signature -hmac: 2c9cb0483fb346988188515f6423929f46eefb9e14eb26b0f312a0b694d5fe8c +hmac: f2753482faf9e2a3d34a9111587a75dfb4519cb77002cc64a51266540fd2478e ... diff --git a/Dockerfile b/Dockerfile index 50d74b262..c848724c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM node:20.11.1-alpine AS frontendbuilder +FROM --platform=$BUILDPLATFORM node:20.12.2-alpine AS frontendbuilder WORKDIR /build diff --git a/frontend/.nvmrc b/frontend/.nvmrc index 726a201e6..5802c69cb 100644 --- a/frontend/.nvmrc +++ b/frontend/.nvmrc @@ -1 +1 @@ -20.11.1 \ No newline at end of file +20.12.2 \ No newline at end of file