Skip to content

Commit

Permalink
feat: Update Docker to use Rust 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Nov 27, 2023
1 parent 5f47a2b commit 5c0391a
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 the more complicated docker build image
FROM ghcr.io/johnbcodes/node-rust:current-1.73.0 as base
FROM ghcr.io/johnbcodes/node-rust:current-1.74.0 as base

# we need rsync
RUN set -eux; \
Expand Down

0 comments on commit 5c0391a

Please sign in to comment.