]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
Dependencies update
[github/bastienwirtz/homer.git] / Dockerfile
index ab2d71aa9415bc5a721f216dad698fee75c6311c..2e2e4934bec5930ad713323ae70f4bcf8bfc04e1 100644 (file)
@@ -10,7 +10,7 @@ COPY . .
 RUN yarn build
 
 # production stage
-FROM alpine:3.16
+FROM alpine:3.18
 
 ENV GID 1000
 ENV UID 1000