We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbb7e5 commit 17b3bb8Copy full SHA for 17b3bb8
1 file changed
client/Dockerfile.prod
@@ -1,5 +1,5 @@
1
# Build all the things
2
-FROM node:20.5-bullseye-slim AS build
+FROM node:22-bookworm-slim AS build
3
RUN apt-get update -y && \
4
apt-get upgrade -y && \
5
apt-get install -y libc6 && \
@@ -35,7 +35,7 @@ RUN yarn install
35
RUN yarn build
36
37
# Copy only the built files into the final image
38
-FROM node:20.5-bullseye-slim AS runner
39
ENV NODE_ENV production
40
ENV NEXT_TELEMETRY_DISABLED 1
41
0 commit comments