Skip to content

Commit f6aa39a

Browse files
committed
node++
1 parent 83e5da2 commit f6aa39a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install dependencies only when needed
2-
FROM node:16-alpine AS builder
2+
FROM node:18-alpine AS builder
33
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
44
RUN apk add --no-cache libc6-compat
55
WORKDIR /app
@@ -21,7 +21,7 @@ RUN yarn build
2121
# RUN npm run build
2222

2323
# Production image, copy all the files and run next
24-
FROM node:16-alpine AS runner
24+
FROM node:18-alpine AS runner
2525
WORKDIR /app
2626

2727
ENV NODE_ENV production

0 commit comments

Comments
 (0)