From e5e9f108eb9d755d1bd7cba40a174f8569198332 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:31:57 +0400 Subject: [PATCH] Fix: Missing port definitions when `EXTRA_ACCOUNTS` is set --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54db8ec..2859aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. +## v1.8.3 + +### Fixed + +- Missing port definitions when `EXTRA_ACCOUNTS` is set + ## v1.8.2 ### Removed diff --git a/Dockerfile b/Dockerfile index 14e6be6..f5046e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN set -x \ COPY --from=builder /lib/*-linux-gnu/libdl.so.* ./lib/ COPY --from=builder /tmp/3proxy/bin/3proxy ./bin/3proxy COPY --from=builder /tmp/3proxy/bin/*.ld.so ./usr/local/3proxy/libexec/ -COPY --from=ghcr.io/tarampampam/mustpl:0.1.0 /bin/mustpl ./bin/mustpl +COPY --from=ghcr.io/tarampampam/mustpl:0.1.1 /bin/mustpl ./bin/mustpl COPY 3proxy.cfg.json ./etc/3proxy/3proxy.cfg.json COPY 3proxy.cfg.mustach ./etc/3proxy/3proxy.cfg.mustach