Update rust Docker tag to v1.97
Some checks failed
Build and Test / spacebot (push) Has been cancelled
Some checks failed
Build and Test / spacebot (push) Has been cancelled
This commit is contained in:
parent
ba75261baf
commit
fafbec46c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
FROM rust:1.80-slim-bookworm AS chef
|
FROM rust:1.97-slim-bookworm AS chef
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue