Update dependency rust to v1.64.0
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone Build encountered an error
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 10:03:28 +00:00
parent 9fc1ba6164
commit 382cf06498

View File

@ -1,4 +1,4 @@
FROM rust:1.62.1-slim-buster FROM rust:1.64.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