1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-07-18 00:45:57 +00:00

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