Skip to content

Commit

Permalink
Updates node version on dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arique1104 committed Sep 20, 2023
1 parent 79a47ef commit 6812a79
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:12.22
ARG RUNTIME_IMAGE=node:12.22-alpine
ARG BUILDER_IMAGE=node:16.18
ARG RUNTIME_IMAGE=node:16.18-alpine
ARG PHONE_NUMBER_COUNTRY=US

FROM ${BUILDER_IMAGE} as builder
Expand Down

0 comments on commit 6812a79

Please sign in to comment.