Skip to content

Commit

Permalink
Update rust Docker tag to v1.84.1
Browse files Browse the repository at this point in the history
  • Loading branch information
my-renovate-test[bot] committed Feb 4, 2025
1 parent 554bcb9 commit 7381028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/generate_files
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ruby_images = [
*node_images.map {|node|
node.merge(name: 'cypress', tag: 'node-' + node[:version])
},
{name: 'rust', base_image: 'rust:1.84.0-bullseye'},
{name: 'rust', base_image: 'rust:1.84.1-bullseye'},
{name: 'golang', base_image: 'golang:1.23.6-bullseye'},
{name: 'clojure', base_image: 'clojure:openjdk-11-lein-2.9.6-bullseye'},
{name: 'docker', base_image: 'debian:11.11'},
Expand Down
2 changes: 1 addition & 1 deletion images/rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT
# Generated by bin/generate_files
FROM rust:1.84.0-bullseye
FROM rust:1.84.1-bullseye

RUN apt-get update && apt-get install -y sudo less wget curl git

Expand Down

0 comments on commit 7381028

Please sign in to comment.