Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgrep committed Aug 1, 2024
1 parent c0af9bc commit eca0fab
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,5 +1,5 @@
# Start with a Rust base image
FROM rust:1.70 as builder
FROM rust:1.74 as builder

# Create a new empty shell project
RUN USER=root cargo new --bin cloudflare-dns-updater
Expand Down

0 comments on commit eca0fab

Please sign in to comment.