Bump vernemq to 1.12.3 (#1520)

Signed-off-by: Ivan Milosevic <iva@blokovi.com>
This commit is contained in:
Ivan Milošević 2021-12-06 16:13:34 +01:00 committed by GitHub
parent 5112ef681a
commit f99f5d228d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# Builder
FROM erlang:22-alpine AS builder
FROM erlang:23.3.2-alpine AS builder
RUN apk add --update git build-base bsd-compat-headers openssl-dev snappy-dev curl \
&& git clone https://github.com/vernemq/vernemq \
&& git clone -b 1.12.3 https://github.com/vernemq/vernemq \
&& cd vernemq \
&& git checkout eb1a262035af47e90d9edf07f36c1b1503557c1f \
&& make -j 16 rel
# Executor