Skip to content

Commit 82c0d8c

Browse files
authored
Update nodejs version (#214)
1 parent 9f039dc commit 82c0d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# build with 'docker build -t copilot-metrics .' for production
77
ARG mode=prod
88

9-
FROM node:23-alpine AS build-stage
9+
FROM node:24-alpine AS build-stage
1010

1111
USER node
1212
WORKDIR /app

0 commit comments

Comments
 (0)