Skip to content

Commit

Permalink
Update dependency alpine to v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and reitermarkus committed Sep 15, 2022
1 parent 4ff089d commit 8359bb9
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 @@ -11,7 +11,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release --bin zero-scale-proxy

FROM alpine:3.16.1 as runner
FROM alpine:3.16.2 as runner
RUN apk add --no-cache tini=0.19.0-r0
COPY --from=builder /app/target/release/zero-scale-proxy /usr/local/bin/
ENTRYPOINT ["tini", "--"]
Expand Down

0 comments on commit 8359bb9

Please sign in to comment.