From 9c571578276584d4fffde1bf4e2628e4bc2eb363 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Nov 2022 02:12:11 +0000 Subject: [PATCH] Update node Docker tag to v19 --- .drone.yml | 6 +++--- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index c6ded8d..572fbc4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: frontend - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base tar - yarn config set network-timeout 100000 @@ -216,7 +216,7 @@ platform: steps: - name: frontend - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - yarn config set network-timeout 100000 @@ -378,7 +378,7 @@ platform: steps: - name: frontend - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - yarn config set network-timeout 100000 diff --git a/Dockerfile b/Dockerfile index f7d6a15..e66d9d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine as nodebuild +FROM node:19-alpine as nodebuild WORKDIR /go/src/git.happydns.org/happydomain