mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
chore(deps): update rust docker tag to v1.91.0 (#8056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
dc1217cd4b
commit
f8104e4b65
4 changed files with 4 additions and 4 deletions
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
|
@ -124,7 +124,7 @@ jobs:
|
|||
name: Package ${{ matrix.code-target }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
container:
|
||||
image: rust:1.89.0-bullseye@sha256:8f72d971a31b278cebdb2eb64a44c3900ff27c716a4ef6f4db05946d10c9ae4e
|
||||
image: rust:1.91.0-bullseye@sha256:cf609cd5ae2e5bd97ddc9018dab531261f479084f7b290b09b6e18f93c4644a9
|
||||
|
||||
env:
|
||||
version: ${{ needs.version.outputs.version }}
|
||||
|
|
|
|||
2
.github/workflows/preview.yml
vendored
2
.github/workflows/preview.yml
vendored
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
name: Package ${{ matrix.code-target }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
container:
|
||||
image: rust:1.89.0-bullseye@sha256:8f72d971a31b278cebdb2eb64a44c3900ff27c716a4ef6f4db05946d10c9ae4e
|
||||
image: rust:1.91.0-bullseye@sha256:cf609cd5ae2e5bd97ddc9018dab531261f479084f7b290b09b6e18f93c4644a9
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -203,7 +203,7 @@ jobs:
|
|||
name: Package ${{ matrix.code-target }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
container:
|
||||
image: rust:1.89.0-bullseye@sha256:8f72d971a31b278cebdb2eb64a44c3900ff27c716a4ef6f4db05946d10c9ae4e
|
||||
image: rust:1.91.0-bullseye@sha256:cf609cd5ae2e5bd97ddc9018dab531261f479084f7b290b09b6e18f93c4644a9
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# syntax=docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6
|
||||
FROM rust:1.89.0-bookworm@sha256:948f9b08a66e7fe01b03a98ef1c7568292e07ec2e4fe90d88c07bb14563c84ff
|
||||
FROM rust:1.91.0-bookworm@sha256:e187887ec511b3d93e45c0231d2f0fd59f1347526c58aa86343aa83c74f3e1a9
|
||||
WORKDIR /usr/src/
|
||||
|
||||
# https://github.com/nodesource/distributions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue