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

chore(deps): update alpine docker tag to v3.17 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16
FROM alpine:3.17

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