Update to alpine 3.15

This commit is contained in:
Charlie Laabs
2022-01-04 22:15:10 -06:00
parent 92e86eabb9
commit fb2128b080

View File

@@ -1,7 +1,7 @@
######## ########
# BASE # BASE
######## ########
FROM node:16-alpine3.14 as base FROM node:16-alpine3.15 as base
WORKDIR /usr/app WORKDIR /usr/app