Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MF-1403 - Bump VerneMQ to 1.12.3 #1520

Merged
merged 1 commit into from
Dec 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docker/vernemq/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down