This repository was archived by the owner on Mar 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM rust:1.61 -slim-bullseye AS auditor
1+ FROM --platform=$BUILDPLATFORM rust:1.66 -slim-bullseye AS auditor
22RUN apt-get update && \
3- apt-get install -y --no-install-recommends pkg-config=0.29.2-1 libssl-dev=1.1.1n-1+deb11u1 && \
3+ apt-get install -y --no-install-recommends pkg-config=0.29.2-1 libssl-dev=1.1.1n-0+deb11u3 && \
44 USER=root cargo new --bin highlights && \
55 cargo install cargo-audit
66COPY ["Cargo.*" , "./" ]
77RUN cargo audit -D unsound -D yanked
88
9- FROM --platform=$BUILDPLATFORM rust:1.61 -alpine3.15 AS builder
10- RUN apk add --no-cache --update musl-dev=1.2.2-r7 && \
9+ FROM --platform=$BUILDPLATFORM rust:1.66 -alpine3.17 AS builder
10+ RUN apk add --no-cache --update musl-dev=1.2.3-r4 && \
1111 USER=root cargo new --bin highlights
1212
1313ARG RUSTTARGET
@@ -40,7 +40,7 @@ RUN if [[ ! -z "$RUSTTARGET" ]]; then \
4040 fi
4141
4242FROM alpine:3.15.0
43- RUN apk add --no-cache --update tini=0.19.0-r0 && \
43+ RUN apk add --no-cache --update tini=0.19.0-r1 && \
4444 addgroup -g 1000 highlights \
4545 && adduser -u 1000 -H -D -G highlights -s /bin/sh highlights
4646ENTRYPOINT ["/sbin/tini" , "--" ]
You can’t perform that action at this time.
0 commit comments