aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-05-29 09:46:05 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-05-29 09:46:05 +0200
commit95d73348e5dd8fd0fbb1b6747c58b346ecf772ad (patch)
treed60d4cd006d12d43871c0069fa3de6aefff3befe /Dockerfile
parentd4001281d926bf3b004f1af5f9c0eeacee07325e (diff)
downloadhomer-95d73348e5dd8fd0fbb1b6747c58b346ecf772ad.tar.gz
homer-95d73348e5dd8fd0fbb1b6747c58b346ecf772ad.tar.zst
homer-95d73348e5dd8fd0fbb1b6747c58b346ecf772ad.zip
Updates
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4d0c4e8..112db17 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.15 13FROM alpine:3.16
14 14
15ENV GID 1000 15ENV GID 1000
16ENV UID 1000 16ENV UID 1000