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 5710836 commit efa1ecbCopy full SHA for efa1ecb
Dockerfile
@@ -132,7 +132,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
132
133
# Download lassie
134
ARG TARGETPLATFORM
135
-ARG LASSIE_VERSION="v0.14.2"
+ARG LASSIE_VERSION="v0.15.0"
136
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCHITECTURE=amd64; \
137
elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCHITECTURE=arm64; \
138
else ARCHITECTURE=386; fi \
0 commit comments