Skip to content

Commit e5e9f10

Browse files
committed
Fix: Missing port definitions when EXTRA_ACCOUNTS is set
1 parent 7b68707 commit e5e9f10

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
44

55
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
66

7+
## v1.8.3
8+
9+
### Fixed
10+
11+
- Missing port definitions when `EXTRA_ACCOUNTS` is set
12+
713
## v1.8.2
814

915
### Removed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN set -x \
5555
COPY --from=builder /lib/*-linux-gnu/libdl.so.* ./lib/
5656
COPY --from=builder /tmp/3proxy/bin/3proxy ./bin/3proxy
5757
COPY --from=builder /tmp/3proxy/bin/*.ld.so ./usr/local/3proxy/libexec/
58-
COPY --from=ghcr.io/tarampampam/mustpl:0.1.0 /bin/mustpl ./bin/mustpl
58+
COPY --from=ghcr.io/tarampampam/mustpl:0.1.1 /bin/mustpl ./bin/mustpl
5959
COPY 3proxy.cfg.json ./etc/3proxy/3proxy.cfg.json
6060
COPY 3proxy.cfg.mustach ./etc/3proxy/3proxy.cfg.mustach
6161

0 commit comments

Comments
 (0)