Skip to content

Commit 1cb65b4

Browse files
update backend base image
1 parent edcadc6 commit 1cb65b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base_images/Dockerfile.actix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.79-slim
1+
FROM rust:1.85-slim
22

33
RUN apt-get --yes update && apt-get --yes install curl git pkg-config libssl-dev
44
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

Comments
 (0)