Update rust Docker tag to v1.66.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-12-15 20:43:30 +00:00
parent 8fbe90f6f2
commit 99a5fd18a9

View File

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