Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 201b912 commit 3a53d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77 as build
FROM rust:1.79 as build

ARG FLUTTER_VERSION=3.13.2-stable

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77 as base
FROM rust:1.79 as base

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down

0 comments on commit 3a53d46

Please sign in to comment.