Bump busybox from 1.34.0-glibc to 1.34.1-glibc (#11)

This commit is contained in:
dependabot[bot] 2021-11-01 19:09:53 +00:00 committed by GitHub
parent d72e72e7fc
commit 752502d85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ RUN set -x \
&& strip ./bin/SSLPlugin.ld.so
# Prepare filesystem for 3proxy running
FROM busybox:1.34.0-glibc as buffer
FROM busybox:1.34.1-glibc as buffer
# create a directory for the future root filesystem
WORKDIR /tmp/rootfs
@ -56,7 +56,7 @@ COPY docker-entrypoint.sh ./docker-entrypoint.sh
RUN chown -R 10001:10001 ./etc/3proxy
FROM busybox:1.34.0-glibc
FROM busybox:1.34.1-glibc
LABEL \
org.opencontainers.image.title="3proxy" \