feat: update node version to node20-apline3.19 (#4040)

This commit is contained in:
Balu Babu 2024-05-10 14:24:34 +05:30 committed by GitHub
parent be353d9f72
commit 96e2d87b57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:18.8.0 AS builder
FROM node:20.12.2 AS builder
WORKDIR /usr/src/app

View file

@ -1,4 +1,4 @@
FROM node:18-alpine3.19 as base_builder
FROM node:20-alpine3.19 as base_builder
WORKDIR /usr/src/app