Skip to content

Commit bba9e93

Browse files
authored
fix seg fault (#329)
1 parent 95dfa6b commit bba9e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.19-alpine AS base
1+
FROM node:20.19-alpine3.20 AS base
22
ENV PNPM_HOME="/pnpm"
33
ENV PATH="$PNPM_HOME:$PATH"
44
ENV SKIP_ENV_VALIDATION="true"
@@ -79,4 +79,4 @@ ENV SKIP_ENV_VALIDATION="false"
7979

8080
COPY ./docker/start.sh ./start.sh
8181

82-
CMD ["sh", "start.sh"]
82+
CMD ["sh", "start.sh"]

0 commit comments

Comments
 (0)