Skip to content

Commit

Permalink
fix: update rust version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Oct 3, 2024
1 parent ea36211 commit a8616d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on the labrinth Dockerfile: https://github.com/modrinth/labrinth/blob/master/Dockerfile

FROM rust:1.53
FROM rust:1.79

WORKDIR /srv/backend

Expand Down

0 comments on commit a8616d8

Please sign in to comment.