Skip to content

Commit

Permalink
fix: update rust to 1.83.0 (#5135)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel authored Jan 25, 2025
1 parent 1ac6364 commit 5381c76
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 @@
ARG DEBIAN_IMAGE=debian:bookworm-slim
ARG RUST_IMAGE=rust:1.82-slim-bookworm
ARG RUST_IMAGE=rust:1.83-slim-bookworm
ARG PYTHON_IMAGE=python:3.11.10-slim-bookworm

FROM ${RUST_IMAGE} AS rust_base
Expand Down

0 comments on commit 5381c76

Please sign in to comment.