3 Commits

Author SHA1 Message Date
Paramtamtam
93339d5159 Update CHANGELOG.md 2021-07-05 10:34:23 +05:00
Paramtamtam
1ef63988a7 Bump 3proxy version 2021-07-05 10:33:03 +05:00
dependabot[bot]
921fc47ade Bump busybox from 1.32-glibc to 1.33.1-glibc (#6) 2021-05-10 06:52:28 +00:00
2 changed files with 9 additions and 3 deletions

View File

@@ -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

View File

@@ -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/