From b37259537ebb9d59a1aee673fd7ff2d12ee2c0ae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Nov 2023 09:15:59 +0000 Subject: [PATCH] chore(deps): update node.js to v21 --- .drone.yml | 6 +++--- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 352d953..1ba135f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: frontend - image: node:20-alpine + image: node:21-alpine commands: - apk --no-cache add tar - yarn config set network-timeout 100000 @@ -218,7 +218,7 @@ platform: steps: - name: frontend - image: node:20-alpine + image: node:21-alpine commands: - cd ui - npm install --network-timeout=100000 @@ -381,7 +381,7 @@ platform: steps: - name: frontend - image: node:20-alpine + image: node:21-alpine commands: - cd ui - npm install --network-timeout=100000 diff --git a/Dockerfile b/Dockerfile index 625ec64..a153c5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine as nodebuild +FROM node:21-alpine as nodebuild WORKDIR /go/src/git.happydns.org/happydomain