Using a newer version of alpine

Signed-off-by: Adrian Joian <ajoian@microsoft.com>
This commit is contained in:
Adrian Joian 2021-12-04 01:35:55 +01:00
parent b7480f632e
commit e961af8255
No known key found for this signature in database
GPG Key ID: AC07B15B043ED923

View File

@ -10,7 +10,7 @@ COPY . .
RUN yarn build
# production stage
FROM alpine:3.11
FROM alpine:3.15
ENV USER darkhttpd
ENV GROUP darkhttpd