Update rust Docker tag to v1.67.1
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 2023-02-10 18:30:09 +00:00
parent 727df07f96
commit 8c238a1cf6

View File

@ -1,4 +1,4 @@
FROM rust:1.67.0-slim-buster FROM rust:1.67.1-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