Skip to content

Commit 18228ac

Browse files
chore(deps): bump alpine from 3.21 to 3.22
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e15c18 commit 18228ac

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)