Skip to content

Commit

Permalink
chore(deps): bump rust from 1.41-slim to 1.79-slim in /docker
Browse files Browse the repository at this point in the history
Bumps rust from 1.41-slim to 1.79-slim.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 843ffb0 commit 94db6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.coverage
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.0-experimental

FROM rust:1.41-slim
FROM rust:1.79-slim

RUN apt-get update -y && \
apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.test-python
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.0-experimental

FROM rust:1.41-slim as builder
FROM rust:1.79-slim as builder

RUN apt-get update -y && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 94db6a2

Please sign in to comment.