Skip to content

Commit efa1ecb

Browse files
authored
Upgrade Lassie v0.15.0 (#471)
feat(deps): upgrade lassie v0.15.0
1 parent 5710836 commit efa1ecb

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
@@ -132,7 +132,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
132132

133133
# Download lassie
134134
ARG TARGETPLATFORM
135-
ARG LASSIE_VERSION="v0.14.2"
135+
ARG LASSIE_VERSION="v0.15.0"
136136
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCHITECTURE=amd64; \
137137
elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCHITECTURE=arm64; \
138138
else ARCHITECTURE=386; fi \

0 commit comments

Comments
 (0)