Correct rust version used in CI/orchestration

This commit is contained in:
Luke Parker
2023-10-05 18:24:21 -04:00
parent 9cdca1d3d6
commit b2ed2e961c
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.71-slim-bookworm as builder
FROM rust:1.73-slim-bookworm as builder
LABEL description="STAGE 1: Build"
# Upgrade and add dev dependencies