Using a newer version of alpine

Signed-off-by: Adrian Joian <ajoian@microsoft.com>
pull/338/head
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
1 changed files with 1 additions and 1 deletions

View File

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