Skip to content

Commit

Permalink
Merge pull request #100 from jason-fox/patch-5
Browse files Browse the repository at this point in the history
Bump node
  • Loading branch information
apozohue10 authored Apr 15, 2020
2 parents 25a84be + 9da6c89 commit 1f93d40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extras/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=10.17.0-slim
ARG NODE_VERSION=10.19.0-slim
FROM node:${NODE_VERSION}
ARG GITHUB_ACCOUNT=ging
ARG GITHUB_REPOSITORY=fiware-pep-proxy
Expand All @@ -9,6 +9,10 @@ ARG DOWNLOAD_TYPE=latest

MAINTAINER FIWARE Wilma PEP Proxy Team. DIT-UPM

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates curl wget \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt

ENV GITHUB_ACCOUNT=${GITHUB_ACCOUNT}
Expand Down

0 comments on commit 1f93d40

Please sign in to comment.