fix: pin elixir alpine image

This commit is contained in:
Amogh Lele 2023-02-27 16:43:57 +05:30 committed by GitHub
parent 28af6df793
commit d5cf0cac2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM elixir:alpine AS build
FROM elixir:24-alpine AS build
# install build dependencies
RUN apk add --no-cache build-base npm git curl py-pip rust cargo
@ -51,4 +51,4 @@ RUN chmod +x /app/startup.sh
ENV HOME=/app
CMD ["/app/startup.sh"]
CMD ["/app/startup.sh"]