Skip to content

Commit 17b3bb8

Browse files
committed
dockerfile prod
1 parent 7dbb7e5 commit 17b3bb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build all the things
2-
FROM node:20.5-bullseye-slim AS build
2+
FROM node:22-bookworm-slim AS build
33
RUN apt-get update -y && \
44
apt-get upgrade -y && \
55
apt-get install -y libc6 && \
@@ -35,7 +35,7 @@ RUN yarn install
3535
RUN yarn build
3636

3737
# Copy only the built files into the final image
38-
FROM node:20.5-bullseye-slim AS runner
38+
FROM node:22-bookworm-slim AS build
3939
ENV NODE_ENV production
4040
ENV NEXT_TELEMETRY_DISABLED 1
4141

0 commit comments

Comments
 (0)