Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0ce8c0e

Browse files
Update Dockerfile
1 parent 9fabe16 commit 0ce8c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get NPM packages
2-
FROM node:14-alpine AS builder
2+
FROM node:16-alpine AS builder
33
RUN apk add --no-cache libc6-compat
44

55
WORKDIR /app
@@ -9,7 +9,7 @@ COPY . .
99
RUN npm ci --only=production && npm run build
1010

1111
# Production image, copy all the files and run next
12-
FROM node:14-alpine AS runner
12+
FROM node:16-alpine AS runner
1313
WORKDIR /app
1414
ENV NODE_ENV production
1515

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /