Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.77.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent c96ced7 commit 7fc5f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile-database-migration
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.5
FROM rust:1.70.0-slim-bookworm
FROM rust:1.77.2-slim-bookworm
WORKDIR /app
RUN apt-get update && \
apt-get install -y default-libmysqlclient-dev && \
Expand Down

0 comments on commit 7fc5f15

Please sign in to comment.