We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57666f0 commit 7aab9b5Copy full SHA for 7aab9b5
server/Dockerfile-database-migration
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.5
2
-FROM rust:1.70.0-slim-bookworm
+FROM rust:1.72.0-slim-bookworm
3
WORKDIR /app
4
RUN apt-get update && \
5
apt-get install -y default-libmysqlclient-dev && \
0 commit comments