Update rust Docker tag to v1.69.0

This commit is contained in:
Kasper Juul Hermansen 2023-04-20 21:02:22 +00:00
parent 8b4f388cec
commit 7310e6a15f

View File

@ -1,4 +1,4 @@
FROM rust:1.68.2-slim-buster
FROM rust:1.69.0-slim-buster
RUN apt-get update && apt-get upgrade -y
RUN apt-get install libssl-dev