Update rust Docker tag to v1.65.0

This commit is contained in:
Kasper Juul Hermansen 2022-11-03 20:49:24 +00:00
parent 9f80265c15
commit 8fbe90f6f2

View File

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