aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-12-08 12:32:28 -0800
committerGitHub <noreply@github.com>2021-12-08 12:32:28 -0800
commit611fe797eb023dbf0342e15d30eff96525a5fb84 (patch)
tree204807fdcd3f66bc19fc3dcb3e6e89a8fa6db67f
parentb7480f632e65b0434c2acc63a171db7a99c7abc4 (diff)
parente961af82552dd8fd23dd2f34d191c5beb6b9ca94 (diff)
downloadhomer-611fe797eb023dbf0342e15d30eff96525a5fb84.tar.gz
homer-611fe797eb023dbf0342e15d30eff96525a5fb84.tar.zst
homer-611fe797eb023dbf0342e15d30eff96525a5fb84.zip
Merge pull request #338 from naioja/bump_alpine_version
Using a newer version of alpine
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e31d97d..0a43027 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ COPY . .
10RUN yarn build 10RUN yarn build
11 11
12# production stage 12# production stage
13FROM alpine:3.11 13FROM alpine:3.15
14 14
15ENV USER darkhttpd 15ENV USER darkhttpd
16ENV GROUP darkhttpd 16ENV GROUP darkhttpd