We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec135d commit 8d4788fCopy full SHA for 8d4788f
Dockerfile
@@ -19,7 +19,7 @@ RUN set -eu && \
19
cabextract \
20
libxml2-utils \
21
libarchive-tools && \
22
- wget "https://github.com/gershnik/wsdd-native/releases/download/v1.22/wsddn_1.22_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
+ wget "https://github.com/gershnik/wsdd-native/releases/download/v1.23/wsddn_1.23_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
23
dpkg -i /tmp/wsddn.deb && \
24
apt-get clean && \
25
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments