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

Commit d8dc3b4

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

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.68.0 as base
6+
FROM rust:1.68.2 as base
77

88
# Set the current directory
99
WORKDIR /app

0 commit comments

Comments
 (0)