Skip to content

Commit 52ee30a

Browse files
committed
fix docker build
1 parent e3736fc commit 52ee30a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# check=skip=SecretsUsedInArgOrEnv
22

3-
4-
FROM node:22-alpine AS builder
3+
FROM node:22-trixie AS builder
54

65
ENV DOCKER_BUILD=1
76
ENV NEXT_PUBLIC_REALTIME_URL=https://rtss.crackncode.org
@@ -38,7 +37,7 @@ ENV DATABASE_URL=${DATABASE_URL}
3837

3938
RUN pnpm build
4039

41-
FROM node:22-alpine AS runner
40+
FROM node:22-trixie AS runner
4241

4342
WORKDIR /app
4443

0 commit comments

Comments
 (0)