Skip to content

Commit

Permalink
Update VerneMQ release (#1593)
Browse files Browse the repository at this point in the history
Signed-off-by: dusanb94 <[email protected]>
  • Loading branch information
dborovcanin authored Apr 15, 2022
1 parent f0dac5c commit ad80cf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/vernemq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Builder
FROM erlang:23.3.2-alpine AS builder
FROM erlang:24.3.3.0-alpine AS builder
RUN apk add --update git build-base bsd-compat-headers openssl-dev snappy-dev curl \
&& git clone -b 1.12.3 https://github.com/vernemq/vernemq \
&& git clone -b 1.12.5 https://github.com/vernemq/vernemq \
&& cd vernemq \
&& make -j 16 rel

# Executor
FROM alpine:3.9
FROM alpine:3.13

COPY --from=builder /vernemq/_build/default/rel /

Expand All @@ -20,7 +20,7 @@ RUN apk --no-cache --update --available upgrade && \
ENV DOCKER_VERNEMQ_KUBERNETES_LABEL_SELECTOR="app=vernemq" \
DOCKER_VERNEMQ_LOG__CONSOLE=console \
PATH="/vernemq/bin:$PATH" \
VERNEMQ_VERSION="1.11.1"
VERNEMQ_VERSION="1.12.5"

WORKDIR /vernemq

Expand Down

0 comments on commit ad80cf8

Please sign in to comment.