Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93339d5159 | ||
|
|
1ef63988a7 | ||
|
|
921fc47ade |
@@ -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].
|
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
||||||
|
|
||||||
|
## v1.4.0
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- 3proxy updated from `0.9.3` up to `0.9.4`
|
||||||
|
|
||||||
## v1.3.0
|
## v1.3.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# Image page: <https://hub.docker.com/_/gcc>
|
# Image page: <https://hub.docker.com/_/gcc>
|
||||||
FROM gcc:11.1.0 as builder
|
FROM gcc:11.1.0 as builder
|
||||||
|
|
||||||
# e.g.: `docker build --build-arg "VERSION=0.9.3" .`
|
# e.g.: `docker build --build-arg "VERSION=0.9.4" .`
|
||||||
ARG VERSION="0.9.3"
|
ARG VERSION="0.9.4"
|
||||||
|
|
||||||
# Fetch 3proxy sources
|
# Fetch 3proxy sources
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@@ -34,7 +34,7 @@ RUN set -x \
|
|||||||
&& strip ./bin/SSLPlugin.ld.so
|
&& strip ./bin/SSLPlugin.ld.so
|
||||||
|
|
||||||
# Prepare filesystem for 3proxy running
|
# Prepare filesystem for 3proxy running
|
||||||
FROM busybox:1.32-glibc as buffer
|
FROM busybox:1.33.1-glibc as buffer
|
||||||
|
|
||||||
# Copy binaries
|
# Copy binaries
|
||||||
COPY --from=builder /lib/x86_64-linux-gnu/libdl.so.* /lib/
|
COPY --from=builder /lib/x86_64-linux-gnu/libdl.so.* /lib/
|
||||||
|
|||||||
Reference in New Issue
Block a user