Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Dec 19, 2024
1 parent 9178daa commit f8a8e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile is adapted from https://whitfin.io/blog/speeding-up-rust-docker-builds/

FROM rust:1.77 as build
FROM rust:1.83 as build

# create a new empty shell project
RUN USER=root cargo new --bin registry_api
Expand Down

0 comments on commit f8a8e46

Please sign in to comment.