Skip to content

Commit ddbd280

Browse files
astrosnatpwdel
andauthored
Update Dockerfile.prod (#514)
Noticed in production we're still using node 21, should have updated. This should fix that Co-authored-by: Patrick Delaney <patrick.del@gmail.com>
1 parent 0bafcfd commit ddbd280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.3-labs
2-
FROM node:21.0.0 AS builder
2+
FROM node:22.12.0 AS builder
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)