From 66918deac4a2bda8eefad424f326029301cb51cf Mon Sep 17 00:00:00 2001 From: Javier Gonel Date: Sun, 11 Feb 2024 22:41:20 +0100 Subject: [PATCH] Use the same alpine version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7398bc..4079f69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN mix local.hex --force &&\ mix release # FROM arm64v8/alpine:latest -FROM alpine:latest +FROM alpine:3.8 COPY --from=build /build/_build/prod/rel/wanon /wanon RUN apk add --no-cache bash ENV REPLACE_OS_VARS=true