We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3736fc commit 52ee30aCopy full SHA for 52ee30a
1 file changed
Dockerfile
@@ -1,7 +1,6 @@
1
# check=skip=SecretsUsedInArgOrEnv
2
3
-
4
-FROM node:22-alpine AS builder
+FROM node:22-trixie AS builder
5
6
ENV DOCKER_BUILD=1
7
ENV NEXT_PUBLIC_REALTIME_URL=https://rtss.crackncode.org
@@ -38,7 +37,7 @@ ENV DATABASE_URL=${DATABASE_URL}
38
37
39
RUN pnpm build
40
41
-FROM node:22-alpine AS runner
+FROM node:22-trixie AS runner
42
43
WORKDIR /app
44
0 commit comments