Merge pull request 'Update node Docker tag to v20' (#3) from renovate/node-20.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #3
This commit is contained in:
2023-04-21 02:22:42 +00:00

View File

@@ -1,4 +1,4 @@
FROM node:19-slim AS builder
FROM node:20-slim AS builder
COPY . /src
WORKDIR /src