Skip to content

Commit

Permalink
Updated dockerfile to use node 10.19.0 (AthenZ#900)
Browse files Browse the repository at this point in the history
Resolves security issues in 10.17.0 release
  • Loading branch information
sootysec authored Mar 6, 2020
1 parent 503ec58 commit c23a419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.17.0-alpine AS builder
FROM node:10.19.0-alpine AS builder

RUN set -eux && apk update && apk add --no-cache --update ca-certificates libstdc++ libgcc tini make git

Expand All @@ -21,7 +21,7 @@ RUN rm -rf scripts \
&& rm -rf rdl-api.md \
&& rm -rf README.md

FROM node:10.17.0-alpine
FROM node:10.19.0-alpine

WORKDIR /opt/athenz/ui

Expand Down

0 comments on commit c23a419

Please sign in to comment.