Commit dd52f2e 1 parent 1f47946 commit dd52f2e Copy full SHA for dd52f2e
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ RUN adduser -h ${USER_HOME_DIR} -s /sbin/nologin -u 1000 -D ${USER_NAME} && \
29
29
\
30
30
cp /usr/bin/envsubst /usr/local/bin/envsubst && \
31
31
apk del build_deps && \
32
- wget --quiet -O /tmp/fenv .tar.gz "https://github.com/joseluisq/fenv /releases/download/v1.0.0/fenv_1 .0.0_linux_$arch.tar.gz" ; \
33
- tar xzvf /tmp/fenv .tar.gz -C /usr/local/bin fenv ; \
34
- rm -f /tmp/fenv .tar.gz; \
35
- chmod +x /usr/local/bin/fenv
32
+ wget --quiet -O /tmp/enve .tar.gz "https://github.com/joseluisq/enve /releases/download/v1.0.0/enve_v1 .0.0_linux_$arch.tar.gz" ; \
33
+ tar xzvf /tmp/enve .tar.gz -C /usr/local/bin enve ; \
34
+ rm -f /tmp/enve .tar.gz; \
35
+ chmod +x /usr/local/bin/enve
36
36
37
37
COPY ./__mysqldump.sh /usr/local/bin/__mysqldump.sh
38
38
COPY ./mysql_exporter /usr/local/bin/mysql_exporter
@@ -57,5 +57,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
57
57
org.opencontainers.image.url="https://github.com/joseluisq/alpine-mysql-client" \
58
58
org.opencontainers.image.title="Alpine / MySQL Client" \
59
59
org.opencontainers.image.description="MySQL client tools on top of Alpine Linux x86_64." \
60
- org.opencontainers.image.version="v1.1.1 " \
60
+ org.opencontainers.image.version="v1.2.0 " \
61
61
org.opencontainers.image.documentation="https://github.com/joseluisq/alpine-mysql-client/blob/master/README.md"
You can’t perform that action at this time.
0 commit comments