Merge pull request #338 from naioja/bump_alpine_version

Using a newer version of alpine
This commit is contained in:
Bastien Wirtz 2021-12-08 12:32:28 -08:00 committed by GitHub
commit 611fe797eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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