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 0378c2e commit b706e43Copy full SHA for b706e43
src/Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:latest
2
-ARG DIFFY_VERSION=0.1.23
+ARG DIFFY_VERSION=0.1.40
3
RUN apk update && \
4
apk add bash git openssh openssl php php-openssl php-phar php-iconv && \
5
wget -O /usr/local/bin/diffy https://github.com/DiffyWebsite/diffy-cli/releases/download/${DIFFY_VERSION}/diffy.phar && \
0 commit comments