Skip to content

Commit

Permalink
build: use newer erlang image
Browse files Browse the repository at this point in the history
  • Loading branch information
Devessier committed Oct 12, 2023
1 parent 60a2f57 commit 7b905f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM erlang:24-alpine
FROM erlang:26-alpine
WORKDIR /turing
ADD . /turing
RUN rebar3 escriptize
Expand Down

0 comments on commit 7b905f6

Please sign in to comment.