Merge pull request #3717 from poanetwork/vb-docker-elixir-version-update

Update alpine-elixir-phoenix 1.11.3
pull/3719/head
Victor Baranov 4 years ago committed by GitHub
commit 218ad986a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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
- [#3708](https://github.com/poanetwork/blockscout/pull/3708) - NPM 6 -> 7

@ -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