Update alpine-elixir-phoenix 1.11.3

pull/3717/head
Viktor Baranov 4 years ago
parent 38f1665db9
commit 64eb65ddff
  1. 1
      CHANGELOG.md
  2. 2
      docker/Dockerfile

@ -30,6 +30,7 @@
- [#3577](https://github.com/poanetwork/blockscout/pull/3577) - Eliminate GraphiQL page XSS attack
### Chore
- [#3717](https://github.com/poanetwork/blockscout/pull/3717) - Update alpine-elixir-phoenix 1.11.3
- [#3714](https://github.com/poanetwork/blockscout/pull/3714) - Application announcements management: whole explorer, staking dapp
- [#3709](https://github.com/poanetwork/blockscout/pull/3709) - Fix 413 Request Entity Too Large returned from single request batch
- [#3701](https://github.com/poanetwork/blockscout/pull/3701) - Increase LP tokens calc process re-check interval

@ -1,4 +1,4 @@
FROM bitwalker/alpine-elixir-phoenix:latest
FROM bitwalker/alpine-elixir-phoenix:1.11.3
RUN apk --no-cache --update add alpine-sdk gmp-dev automake libtool inotify-tools autoconf python3

Loading…
Cancel
Save