Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 77b360f commit 026139f
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.71.1-slim-bookworm
WORKDIR /app
RUN apt-get update && \
apt-get install -y default-libmysqlclient-dev && \
Expand Down

0 comments on commit 026139f

Please sign in to comment.