File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -x \
5555COPY --from=builder /lib/*-linux-gnu/libdl.so.* ./lib/
5656COPY --from=builder /tmp/3proxy/bin/3proxy ./bin/3proxy
5757COPY --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
5959COPY 3proxy.cfg.json ./etc/3proxy/3proxy.cfg.json
6060COPY 3proxy.cfg.mustach ./etc/3proxy/3proxy.cfg.mustach
6161
You can’t perform that action at this time.
0 commit comments