Update node Docker tag to v21
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Comrade Renovate Bot 2023-10-20 07:02:07 +00:00
parent d15df0f9e4
commit 2482caf2e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-alpine AS build
FROM node:21-alpine AS build
RUN mkdir /code
WORKDIR /code