File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -xe \
6363 ca-certificates \
6464 libressl-dev \
6565 lksctp-tools \
66- && apk add --no-cache rust=1.44 .0-r0 cargo=1.44 .0-r0 \
66+ && apk add --no-cache rust=1.46 .0-r0 cargo=1.46 .0-r0 \
6767 && addgroup -g ${GID} ${GROUP} \
6868 && adduser -D -h ${HOME} -u ${UID} -G ${GROUP} -H ${USER} \
6969 && mkdir -p "${HOME}" \
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN set -xe \
6060 ca-certificates \
6161 libressl-dev \
6262 lksctp-tools \
63- && apk add --no-cache rust=1.44 .0-r0 cargo=1.44 .0-r0 \
63+ && apk add --no-cache rust=1.46 .0-r0 cargo=1.46 .0-r0 \
6464 && addgroup -g ${GID} ${GROUP} \
6565 && adduser -D -h ${HOME} -u ${UID} -G ${GROUP} -H ${USER} \
6666 && mkdir -p "${HOME}" \
You can’t perform that action at this time.
0 commit comments