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.
2 parents 1e15c18 + 18228ac commit ab1ad0cCopy full SHA for ab1ad0c
Dockerfile
@@ -10,7 +10,7 @@ RUN apk add build-base ca-certificates git linux-headers wget && \
10
wget -q -O /usr/local/lib/libwasmvm_muslc.a https://github.com/CosmWasm/wasmvm/releases/download/${WASM_VERSION}/libwasmvm_muslc.${ARCH}.a && \
11
STATIC=true make --jobs=$(nproc) build
12
13
-FROM alpine:3.21
+FROM alpine:3.22
14
15
COPY --from=build /root/build/sentinelhub /usr/local/bin/sentinelhub
16
0 commit comments