Skip to content

Commit

Permalink
update node in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lperson committed May 28, 2019
1 parent 67dce77 commit ebd7f40
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,5 +1,5 @@
ARG BUILDER_IMAGE=node:8.10
ARG RUNTIME_IMAGE=node:8.10-alpine
ARG BUILDER_IMAGE=node:10.15
ARG RUNTIME_IMAGE=node:10.15-alpine
ARG PHONE_NUMBER_COUNTRY=US

FROM ${BUILDER_IMAGE} as builder
Expand Down

0 comments on commit ebd7f40

Please sign in to comment.