Skip to content

Commit

Permalink
Merge pull request #48 from emqx/0925-5.2.1
Browse files Browse the repository at this point in the history
feat: v5.2.1
  • Loading branch information
id authored Sep 25, 2023
2 parents be20872 + 0380f74 commit eb71b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 5.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ RUN set -eu; \
RUN groupadd -r -g 1000 emqx; \
useradd -r -m -u 1000 -g emqx emqx;

ENV EMQX_VERSION=5.2.0-build.1
ENV AMD64_SHA256=4a67fa3e3b28629d9e4739182059e6f7700523309922534af0308f4801cdc2e8
ENV ARM64_SHA256=b4991f1f7d44963ad7ff0fd65234f9ae39298ea43d9fa8b009035d649e4c17d2
ENV EMQX_VERSION=5.2.1
ENV AMD64_SHA256=359a12811e5e6725e4269d9484abd348effdde35c0f2af1f5b63cae790c73020
ENV ARM64_SHA256=2e0a3e0b33669c9b6da488970a2f92d08d7bd0824295822b205b83461ba4728d
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8

RUN set -eu; \
Expand Down

0 comments on commit eb71b6a

Please sign in to comment.