From 57c0c977f28d367cf63943e08e488787a30d6d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Ro=C5=BCnawski?= Date: Wed, 20 Sep 2023 15:00:07 +0200 Subject: [PATCH] asdf --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3eaa036..331b7cdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ COPY config/runtime.exs config/ RUN mix release -FROM alpine:3.18 AS app +FROM alpine:3.17 AS app RUN addgroup -S jellyfish && adduser -S jellyfish -G jellyfish