Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.18 to 3.19 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 authored Feb 14, 2024
2 parents 5d767c1 + 4fc0590 commit d7f64a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add build-base ca-certificates git linux-headers wget && \
wget -q -O /usr/local/lib/libwasmvm_muslc.a https://github.com/CosmWasm/wasmvm/releases/download/${WASM_VERSION}/libwasmvm_muslc.${ARCH}.a && \
STATIC=true make --jobs=$(nproc) build

FROM alpine:3.18
FROM alpine:3.19

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

Expand Down

0 comments on commit d7f64a0

Please sign in to comment.