Skip to content

Commit fd73413

Browse files
committed
Update node docker base image to 20
1 parent 01c2794 commit fd73413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ssl-game-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine AS build_node
1+
FROM node:20-alpine AS build_node
22
COPY frontend frontend
33
WORKDIR frontend
44
RUN npm install

0 commit comments

Comments
 (0)