File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN curl -sL https://www.aptly.info/pubkey.txt | gpg --dearmor | tee /etc/apt/tr
4040
4141# Install aptly package
4242RUN apt-get -q update \
43- && apt-get -y install aptly=1.5 .0 \
43+ && apt-get -y install aptly=1.6 .0 \
4444 && apt-get clean \
4545 && rm -rf /var/lib/apt/lists/*
4646
@@ -59,7 +59,7 @@ COPY assets/supervisord.web.conf /etc/supervisor/conf.d/web.conf
5959# Install scripts
6060COPY assets/*.sh /opt/
6161
62- ADD https://raw.githubusercontent.com/aptly-dev/aptly/v1.5 .0/completion.d/aptly /usr/share/bash-completion/completions/aptly
62+ ADD https://raw.githubusercontent.com/aptly-dev/aptly/v1.6 .0/completion.d/aptly /usr/share/bash-completion/completions/aptly
6363
6464RUN echo "if ! shopt -oq posix; then\n \
6565 if [ -f /usr/share/bash-completion/bash_completion ]; then\n \
You can’t perform that action at this time.
0 commit comments