Skip to content

Commit ab1ad0c

Browse files
authored
chore(deps): bump alpine from 3.21 to 3.22 (#356)
2 parents 1e15c18 + 18228ac commit ab1ad0c

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
@@ -10,7 +10,7 @@ RUN apk add build-base ca-certificates git linux-headers wget && \
1010
wget -q -O /usr/local/lib/libwasmvm_muslc.a https://github.com/CosmWasm/wasmvm/releases/download/${WASM_VERSION}/libwasmvm_muslc.${ARCH}.a && \
1111
STATIC=true make --jobs=$(nproc) build
1212

13-
FROM alpine:3.21
13+
FROM alpine:3.22
1414

1515
COPY --from=build /root/build/sentinelhub /usr/local/bin/sentinelhub
1616

0 commit comments

Comments
 (0)