Skip to content

Commit 5381c76

Browse files
authored
fix: update rust to 1.83.0 (#5135)
1 parent 1ac6364 commit 5381c76

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
@@ -1,5 +1,5 @@
11
ARG DEBIAN_IMAGE=debian:bookworm-slim
2-
ARG RUST_IMAGE=rust:1.82-slim-bookworm
2+
ARG RUST_IMAGE=rust:1.83-slim-bookworm
33
ARG PYTHON_IMAGE=python:3.11.10-slim-bookworm
44

55
FROM ${RUST_IMAGE} AS rust_base

0 commit comments

Comments
 (0)