We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a2245 commit 40c9b82Copy full SHA for 40c9b82
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.71.1-slim-bookworm
3
WORKDIR /app
4
RUN apt-get update && \
5
apt-get install -y default-libmysqlclient-dev && \
0 commit comments