Skip to content

Commit

Permalink
Updated node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Nov 22, 2021
1 parent eba1b1d commit cfa220c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM node:12.18-alpine AS build
FROM node:12.22-alpine AS build
ARG BASE_PATH
ARG DATABASE_TYPE
ENV BASE_PATH=$BASE_PATH
Expand All @@ -24,7 +24,7 @@ RUN yarn next telemetry disable
RUN yarn build

# Production image
FROM node:12.18-alpine AS production
FROM node:12.22-alpine AS production
WORKDIR /app

# Copy cached dependencies
Expand Down

0 comments on commit cfa220c

Please sign in to comment.