Skip to content

Commit 4d55d6a

Browse files
Update Dockerfile to use Node.js 20-alpine as the base image for the builder stage
1 parent 5ec42f3 commit 4d55d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#FROM node:16.19-alpine AS builder
2-
FROM node:18-alpine AS builder
2+
FROM node:20-alpine AS builder
33

44
ENV NPM_CONFIG_LOGLEVEL=warn
55
ENV NPM_CONFIG_COLOR=false

0 commit comments

Comments
 (0)