Skip to content

Commit e706f75

Browse files
committed
feat: update pcheck to 1.0.5
1 parent 91b0662 commit e706f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -xe && \
2121
apt-get install -y --no-install-recommends postgresql-client-9.6 && \
2222
rm -rf /var/lib/apt/lists/* && \
2323
# install pchecker
24-
wget https://github.com/hackmdio/portchecker/releases/download/v1.0.2/portchecker-linux-amd64.tar.gz && \
24+
wget https://github.com/hackmdio/portchecker/releases/download/v1.0.5/portchecker-linux-amd64.tar.gz && \
2525
tar xvf portchecker-linux-amd64.tar.gz -C /usr/local/bin && \
2626
mv /usr/local/bin/portchecker-linux-amd64 /usr/local/bin/pcheck && \
2727
rm portchecker-linux-amd64.tar.gz && \

0 commit comments

Comments
 (0)