aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2023-09-25 22:14:25 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2023-09-25 22:15:48 +0200
commit504efe01cbfd82d8baf8dc6b8ac0bdccca9776a9 (patch)
treecac22c83ca32820905f6f239d9c3ddc27d16a1cd /Dockerfile
parentcce42cc6d142a885855f9eda1d752a4f0f35458f (diff)
downloadhomer-504efe01cbfd82d8baf8dc6b8ac0bdccca9776a9.tar.gz
homer-504efe01cbfd82d8baf8dc6b8ac0bdccca9776a9.tar.zst
homer-504efe01cbfd82d8baf8dc6b8ac0bdccca9776a9.zip
Dependencies updatev23.09.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ab2d71a..2e2e493 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.16 13FROM alpine:3.18
14 14
15ENV GID 1000 15ENV GID 1000
16ENV UID 1000 16ENV UID 1000