]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge pull request #338 from naioja/bump_alpine_version
authorBastien Wirtz <bastien.wirtz@gmail.com>
Wed, 8 Dec 2021 20:32:28 +0000 (12:32 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 20:32:28 +0000 (12:32 -0800)
Using a newer version of alpine

Dockerfile

index e31d97d4af318a4c854f6d51d213c73aeae0fc34..0a43027dc75198b85e2b1302b3637842e88b698a 100644 (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