From 3718bc667d1a7ff20c6bd27fe9ddf49f97710f8d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Apr 2023 21:16:36 +0000 Subject: [PATCH] chore(deps): update node docker tag to v20 --- .drone.yml | 6 +++--- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a6c44d9..2451c01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: frontend - image: node:19-alpine + image: node:20-alpine commands: - apk --no-cache add tar - yarn config set network-timeout 100000 @@ -216,7 +216,7 @@ platform: steps: - name: frontend - image: node:19-alpine + image: node:20-alpine commands: - cd ui - npm install --network-timeout=100000 @@ -377,7 +377,7 @@ platform: steps: - name: frontend - image: node:19-alpine + image: node:20-alpine commands: - cd ui - npm install --network-timeout=100000 diff --git a/Dockerfile b/Dockerfile index 585454e..6e1d203 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:19-alpine as nodebuild +FROM node:20-alpine as nodebuild WORKDIR /go/src/git.happydns.org/happydomain