Skip to content

Commit 29130c9

Browse files
chore(build-prod): update docker node version to 24-alpine3.22
1 parent fe6f001 commit 29130c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:22-alpine3.18 AS builder
2+
FROM node:24-alpine3.22 AS builder
33

44
# Declare build argument
55
ARG RELEASE_VERSION

0 commit comments

Comments
 (0)