Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Jul 4, 2023
1 parent df6ccbf commit 172b964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.14-alpine as build
FROM elixir:1.15-alpine as build
ENV MIX_ENV=prod

RUN apk add git npm build-base
Expand All @@ -18,7 +18,7 @@ RUN mix deps.clean mime --build && \
mix assets.deploy && \
mix release

FROM elixir:1.14-alpine
FROM elixir:1.15-alpine
ENV HOME=/opt/app

WORKDIR ${HOME}
Expand Down

0 comments on commit 172b964

Please sign in to comment.