We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b0662 commit e706f75Copy full SHA for e706f75
runtime/Dockerfile
@@ -21,7 +21,7 @@ RUN set -xe && \
21
apt-get install -y --no-install-recommends postgresql-client-9.6 && \
22
rm -rf /var/lib/apt/lists/* && \
23
# install pchecker
24
- wget https://github.com/hackmdio/portchecker/releases/download/v1.0.2/portchecker-linux-amd64.tar.gz && \
+ wget https://github.com/hackmdio/portchecker/releases/download/v1.0.5/portchecker-linux-amd64.tar.gz && \
25
tar xvf portchecker-linux-amd64.tar.gz -C /usr/local/bin && \
26
mv /usr/local/bin/portchecker-linux-amd64 /usr/local/bin/pcheck && \
27
rm portchecker-linux-amd64.tar.gz && \
0 commit comments