Skip to content

Commit

Permalink
Merge pull request #32 from DTS-STN/Updating-node-version
Browse files Browse the repository at this point in the history
Updated node version to 18.9
  • Loading branch information
DaceyTom2 authored Sep 16, 2022
2 parents ab4d6f4 + bda3bd4 commit 55414a6
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,4 +1,4 @@
FROM node:17.8-alpine3.15 AS base
FROM node:18.9-alpine3.15 AS base
WORKDIR /base
COPY package*.json ./
RUN npm ci
Expand All @@ -19,7 +19,7 @@ WORKDIR /build
COPY --from=base /base ./
RUN npm run build

FROM node:17.8-alpine3.15 AS production
FROM node:18.9-alpine3.15 AS production
ENV NODE_ENV=production
WORKDIR /app
COPY --from=build /build/next.config.js ./
Expand Down

0 comments on commit 55414a6

Please sign in to comment.