File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM debian:bookwork -slim
1+ FROM debian:bookworm -slim
22
33RUN \
44 apt-get update && \
Original file line number Diff line number Diff line change 1- FROM rust:1.67.1 -slim-buster
1+ FROM rust:1.88.0 -slim
22
33ARG DEBIAN_FRONTEND=noninterative
44
@@ -9,11 +9,11 @@ ARG SCCACHE_URL=https://github.com/mozilla/sccache/releases/download/${SCCACHE_F
99ENV SCCACHE_CACHE_SIZE=100G
1010ENV SCCACHE_DIR=/opt/sccache
1111
12- RUN mkdir -p $SCCACHE_DIR
12+ RUN mkdir -p " $SCCACHE_DIR"
1313
1414RUN \
15- apt-get update \
16- && apt-get install -y libssl-dev pkg-config curl build-essential make musl-tools \
15+ apt-get update \
16+ && apt-get install -y build-essential curl libssl-dev make musl-tools pkg-config \
1717 && curl -sSL -o /tmp/sccache.tgz "${SCCACHE_URL}" \
1818 && mkdir /tmp/sccache \
1919 && tar --strip-components=1 -C /tmp/sccache -xzf /tmp/sccache.tgz \
You can’t perform that action at this time.
0 commit comments