fix: pin elixir alpine image
This commit is contained in:
parent
28af6df793
commit
d5cf0cac2b
@ -1,4 +1,4 @@
|
|||||||
FROM elixir:alpine AS build
|
FROM elixir:24-alpine AS build
|
||||||
|
|
||||||
# install build dependencies
|
# install build dependencies
|
||||||
RUN apk add --no-cache build-base npm git curl py-pip rust cargo
|
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
|
ENV HOME=/app
|
||||||
|
|
||||||
CMD ["/app/startup.sh"]
|
CMD ["/app/startup.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user