Skip to content

Commit 0378c2e

Browse files
author
Joe Cardella
committed
Update diffy cli to 0.1.23
1 parent 8b2ea46 commit 0378c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:latest
2-
ARG DIFFY_VERSION=0.1.22
2+
ARG DIFFY_VERSION=0.1.23
33
RUN apk update && \
44
apk add bash git openssh openssl php php-openssl php-phar php-iconv && \
55
wget -O /usr/local/bin/diffy https://github.com/DiffyWebsite/diffy-cli/releases/download/${DIFFY_VERSION}/diffy.phar && \

0 commit comments

Comments
 (0)