Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit a0664ab

Browse files
dependabot[bot]Achim Schneider
authored andcommitted
Bump rust from 1.66.0 to 1.66.1
Bumps rust from 1.66.0 to 1.66.1. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbf404c commit a0664ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44

55
# Start from a rust base image
6-
FROM rust:1.66.0 as base
6+
FROM rust:1.66.1 as base
77

88
# Set the current directory
99
WORKDIR /app

0 commit comments

Comments
 (0)