Skip to content

Commit

Permalink
Merge pull request #322 from ubccpsctech/feature/nodejs-feb-2020-secu…
Browse files Browse the repository at this point in the history
…rity-version

Upgrading all Dockerfile node versions to 12.15.0 to avoid security v…
  • Loading branch information
andrewstec committed Feb 7, 2020
2 parents 4389668 + 26114d0 commit fec2a12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:12.15.0-alpine

WORKDIR /app
COPY package.json tsconfig.json .env ./
Expand Down
2 changes: 1 addition & 1 deletion packages/autotest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:12.15.0-alpine

RUN apk add --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion packages/portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:12.15.0-alpine

ARG GH_BOT_EMAIL=classy@cs.ubc.ca
ARG GH_BOT_USERNAME=classy
Expand Down

0 comments on commit fec2a12

Please sign in to comment.