feat: use node:20-alpine3.16

This commit is contained in:
Udit Karode
2023-05-05 13:42:33 +05:30
parent dae720ebda
commit e45001d956
2 changed files with 11 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18.15.0-alpine3.17
FROM node:20-alpine3.16
# Set build shell to bash, default has has some issues sometimes