Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Update node Docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 9, 2021
1 parent 3f44110 commit 8400fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,5 +1,5 @@
# Do the npm install on the full image
FROM node:12.22.1-alpine AS builder
FROM node:16.6.1-alpine AS builder

WORKDIR /app
COPY package*.json ./
Expand All @@ -11,7 +11,7 @@ COPY version.json ./
COPY docker-entrypoint.sh ./

# Only copy needed pieces from the build step
FROM node:12.22.1-alpine
FROM node:16.6.1-alpine

WORKDIR /app
COPY --from=builder /app .
Expand Down

0 comments on commit 8400fec

Please sign in to comment.