1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

update versions of external applications (#401)

This commit is contained in:
Felix Bartels
2020-06-02 14:18:38 +02:00
committed by GitHub
parent b548cba095
commit e4f9a35c8d
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ LABEL maintainer=az@zok.xyz \
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
USER root
ENV DOCKERIZE_VERSION v0.11.0
ENV DOCKERIZE_VERSION v0.11.6
RUN wget -O - https://github.com/powerman/dockerize/releases/download/"$DOCKERIZE_VERSION"/dockerize-"$(uname -s)"-"$(uname -m)" | install /dev/stdin /bin/dockerize
USER nobody