Skip to content

Commit

Permalink
feat: Update Docker container to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Feb 8, 2024
1 parent d9dd842 commit 047b94e
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.74.0 as base
FROM ghcr.io/johnbcodes/node-rust:current-1.76.0 as base

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

0 comments on commit 047b94e

Please sign in to comment.