Skip to content

Commit 8d4788f

Browse files
authored
build: Update WSDD version to v1.23 (#1679)
1 parent 8ec135d commit 8d4788f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -eu && \
1919
cabextract \
2020
libxml2-utils \
2121
libarchive-tools && \
22-
wget "https://github.com/gershnik/wsdd-native/releases/download/v1.22/wsddn_1.22_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
22+
wget "https://github.com/gershnik/wsdd-native/releases/download/v1.23/wsddn_1.23_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
2323
dpkg -i /tmp/wsddn.deb && \
2424
apt-get clean && \
2525
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)