Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency alpine to v3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 23, 2022
1 parent 4760c9e commit ff02709
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 @@ -29,7 +29,7 @@ RUN rm dummy.rs && sed -i 's#dummy.rs#src/main.rs#' Cargo.toml
COPY . .
RUN CARGO_INCREMENTAL=1 cargo build --release

FROM alpine:3.15
FROM alpine:3.16

RUN apk update && apk add --no-cache build-base openssl bash
WORKDIR /app/noel/sentry/webhook
Expand Down

0 comments on commit ff02709

Please sign in to comment.