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
2
2
3
3
RUN \
4
4
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
2
2
3
3
ARG DEBIAN_FRONTEND=noninterative
4
4
@@ -9,11 +9,11 @@ ARG SCCACHE_URL=https://github.com/mozilla/sccache/releases/download/${SCCACHE_F
9
9
ENV SCCACHE_CACHE_SIZE=100G
10
10
ENV SCCACHE_DIR=/opt/sccache
11
11
12
- RUN mkdir -p $SCCACHE_DIR
12
+ RUN mkdir -p " $SCCACHE_DIR"
13
13
14
14
RUN \
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 \
17
17
&& curl -sSL -o /tmp/sccache.tgz "${SCCACHE_URL}" \
18
18
&& mkdir /tmp/sccache \
19
19
&& tar --strip-components=1 -C /tmp/sccache -xzf /tmp/sccache.tgz \
You can’t perform that action at this time.
0 commit comments