Skip to content

Commit

Permalink
Update to 3.8.9, Erlang/OTP 23.1.4, OpenSSL 1.1.1h
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 20, 2020
1 parent aefe91c commit ac20554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3.8/alpine/Dockerfile
Expand Up @@ -22,10 +22,10 @@ ENV OPENSSL_SOURCE_SHA256="5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d
ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D"

# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
ENV OTP_VERSION 23.1.3
ENV OTP_VERSION 23.1.4
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
ENV OTP_SOURCE_SHA256="291e0852b71ca593f4015417f6e44c08638633c5af6648bd26582c8590390433"
ENV OTP_SOURCE_SHA256="8f6718b82bbca72d7dfe0b0de10b6e043cefe9e5ac08d3f84e18f8522d794967"

# Install dependencies required to build Erlang/OTP from source
# http://erlang.org/doc/installation_guide/INSTALL.html
Expand Down
4 changes: 2 additions & 2 deletions 3.8/ubuntu/Dockerfile
Expand Up @@ -25,10 +25,10 @@ ENV OPENSSL_SOURCE_SHA256="5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d
ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D"

# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
ENV OTP_VERSION 23.1.3
ENV OTP_VERSION 23.1.4
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
ENV OTP_SOURCE_SHA256="291e0852b71ca593f4015417f6e44c08638633c5af6648bd26582c8590390433"
ENV OTP_SOURCE_SHA256="8f6718b82bbca72d7dfe0b0de10b6e043cefe9e5ac08d3f84e18f8522d794967"

# Install dependencies required to build Erlang/OTP from source
# http://erlang.org/doc/installation_guide/INSTALL.html
Expand Down

0 comments on commit ac20554

Please sign in to comment.