Skip to content

Commit e8bca2d

Browse files
Paulpatouurpylka
authored andcommitted
Dockerfile: Update aptly to 1.6.0
1 parent 8c816aa commit e8bca2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4242
RUN 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
6060
COPY 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

6464
RUN echo "if ! shopt -oq posix; then\n\
6565
if [ -f /usr/share/bash-completion/bash_completion ]; then\n\

0 commit comments

Comments
 (0)