Merge pull request 'Update node Docker tag to v21 (main)' (#35) from renovate/main-node-21.x into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #35
This commit is contained in:
3wordchant 2024-04-06 18:11:27 +00:00
commit bbf8b3baa5
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