chore(dockerfile): bump alpine base version

This commit is contained in:
Asif Bacchus 2022-02-26 20:46:28 -07:00
parent 48745eccbb
commit ef87879b60
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# allow dynamic building by specifying base image elements as build-args
ARG NODE_VERSION=16
ARG ALPINE_VERSION=3.14
ARG ALPINE_VERSION=3.15
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION}
ARG NODE_VERSION
ARG ALPINE_VERSION