mirror of
https://github.com/erlang/docker-erlang-example.git
synced 2025-04-19 01:24:03 +03:00
pin OTP version and upgrade cowboy to avoid SSL_ERROR_SYSCALL
This commit is contained in:
parent
d91ae00dfd
commit
760f1f7c36
@ -1,5 +1,5 @@
|
||||
# Build stage 0
|
||||
FROM erlang:alpine
|
||||
FROM erlang:24-alpine
|
||||
|
||||
# Set working directory
|
||||
RUN mkdir /buildroot
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
{deps, [{jsone, "1.4.7"}, %% JSON Encode/Decode
|
||||
{cowboy, "2.5.0"}]}. %% HTTP Server
|
||||
{cowboy, "2.9.0"}]}. %% HTTP Server
|
||||
|
||||
{relx, [{release, {dockerwatch, "1.0.0"}, [dockerwatch]},
|
||||
{vm_args, "config/vm.args"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user