We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcadc6 commit 1cb65b4Copy full SHA for 1cb65b4
docker/base_images/Dockerfile.actix
@@ -1,4 +1,4 @@
1
-FROM rust:1.79-slim
+FROM rust:1.85-slim
2
3
RUN apt-get --yes update && apt-get --yes install curl git pkg-config libssl-dev
4
RUN curl https://github.com/amacneil/dbmate/releases/download/v2.4.0/dbmate-linux-amd64 -L -o /usr/bin/dbmate && chmod +x /usr/bin/dbmate
0 commit comments