Dockerfile: remove 1.7.1 version pin FROM bitwalker/alpine-elixir-phoenix

BlockScout now requires a later version of \`alpine-elixir-phoenix\`,
so remove the pin to version 1.7.1
pull/1553/head
Michael Ira Krufky 6 years ago
parent d164c35e02
commit 065e9b8158
  1. 2
      docker/Dockerfile

@ -1,4 +1,4 @@
FROM bitwalker/alpine-elixir-phoenix:1.7.1
FROM bitwalker/alpine-elixir-phoenix
RUN apk --no-cache --update add automake libtool inotify-tools autoconf python

Loading…
Cancel
Save