Skip to content

Commit

Permalink
chore(deps): elixir 1.17.2, erlang 27.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard authored Aug 16, 2024
1 parent 6c15e26 commit 16e0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG VCS_REF
ARG BUILD_DATE

FROM hexpm/elixir:1.17.1-erlang-26.1.2-alpine-3.20.0 as base
FROM hexpm/elixir:1.17.2-erlang-27.0.1-alpine-3.20.2 as base

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-push-image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
FROM base as builder

Check warning on line 6 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-push-image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ENV MIX_ENV=prod
ENV ERL_EPMD_ADDRESS=127.0.0.1
Expand Down

0 comments on commit 16e0332

Please sign in to comment.