Skip to content

Commit a100a9d

Browse files
authored
Merge pull request #255 from Muscraft/rust-1.91.0
chore: Update Rust version to 1.91.0
2 parents 48cd7ec + d244703 commit a100a9d

File tree

12 files changed

+35
-35
lines changed

12 files changed

+35
-35
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
env:
2020
#RUST_VERSION
21-
RUST_VERSION: 1.90.0
21+
RUST_VERSION: 1.91.0
2222
#RUST_VERSION
2323
strategy:
2424
matrix:

.github/workflows/mirror_stable.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,68 +22,68 @@ jobs:
2222
- name: alpine3.20
2323
tags: |
2424
1-alpine3.20
25-
1.90-alpine3.20
26-
1.90.0-alpine3.20
25+
1.91-alpine3.20
26+
1.91.0-alpine3.20
2727
alpine3.20
2828
- name: alpine3.21
2929
tags: |
3030
1-alpine3.21
31-
1.90-alpine3.21
32-
1.90.0-alpine3.21
31+
1.91-alpine3.21
32+
1.91.0-alpine3.21
3333
alpine3.21
3434
- name: alpine3.22
3535
tags: |
3636
1-alpine3.22
37-
1.90-alpine3.22
38-
1.90.0-alpine3.22
37+
1.91-alpine3.22
38+
1.91.0-alpine3.22
3939
alpine3.22
4040
1-alpine
41-
1.90-alpine
42-
1.90.0-alpine
41+
1.91-alpine
42+
1.91.0-alpine
4343
alpine
4444
- name: bullseye
4545
tags: |
4646
1-bullseye
47-
1.90-bullseye
48-
1.90.0-bullseye
47+
1.91-bullseye
48+
1.91.0-bullseye
4949
bullseye
5050
- name: slim-bullseye
5151
tags: |
5252
1-slim-bullseye
53-
1.90-slim-bullseye
54-
1.90.0-slim-bullseye
53+
1.91-slim-bullseye
54+
1.91.0-slim-bullseye
5555
slim-bullseye
5656
- name: bookworm
5757
tags: |
5858
1-bookworm
59-
1.90-bookworm
60-
1.90.0-bookworm
59+
1.91-bookworm
60+
1.91.0-bookworm
6161
bookworm
6262
- name: slim-bookworm
6363
tags: |
6464
1-slim-bookworm
65-
1.90-slim-bookworm
66-
1.90.0-slim-bookworm
65+
1.91-slim-bookworm
66+
1.91.0-slim-bookworm
6767
slim-bookworm
6868
- name: trixie
6969
tags: |
7070
1-trixie
71-
1.90-trixie
72-
1.90.0-trixie
71+
1.91-trixie
72+
1.91.0-trixie
7373
trixie
7474
1
75-
1.90
76-
1.90.0
75+
1.91
76+
1.91.0
7777
latest
7878
- name: slim-trixie
7979
tags: |
8080
1-slim-trixie
81-
1.90-slim-trixie
82-
1.90.0-slim-trixie
81+
1.91-slim-trixie
82+
1.91.0-slim-trixie
8383
slim-trixie
8484
1-slim
85-
1.90-slim
86-
1.90.0-slim
85+
1.91-slim
86+
1.91.0-slim
8787
slim
8888
#VERSIONS
8989
steps:

stable/alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
99
ENV RUSTUP_HOME=/usr/local/rustup \
1010
CARGO_HOME=/usr/local/cargo \
1111
PATH=/usr/local/cargo/bin:$PATH \
12-
RUST_VERSION=1.90.0
12+
RUST_VERSION=1.91.0
1313

1414
RUN set -eux; \
1515
\

stable/alpine3.21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
99
ENV RUSTUP_HOME=/usr/local/rustup \
1010
CARGO_HOME=/usr/local/cargo \
1111
PATH=/usr/local/cargo/bin:$PATH \
12-
RUST_VERSION=1.90.0
12+
RUST_VERSION=1.91.0
1313

1414
RUN set -eux; \
1515
\

stable/alpine3.22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
99
ENV RUSTUP_HOME=/usr/local/rustup \
1010
CARGO_HOME=/usr/local/cargo \
1111
PATH=/usr/local/cargo/bin:$PATH \
12-
RUST_VERSION=1.90.0
12+
RUST_VERSION=1.91.0
1313

1414
RUN set -eux; \
1515
\

stable/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
55
ENV RUSTUP_HOME=/usr/local/rustup \
66
CARGO_HOME=/usr/local/cargo \
77
PATH=/usr/local/cargo/bin:$PATH \
8-
RUST_VERSION=1.90.0
8+
RUST_VERSION=1.91.0
99

1010
RUN set -eux; \
1111
\

stable/bookworm/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
55
ENV RUSTUP_HOME=/usr/local/rustup \
66
CARGO_HOME=/usr/local/cargo \
77
PATH=/usr/local/cargo/bin:$PATH \
8-
RUST_VERSION=1.90.0
8+
RUST_VERSION=1.91.0
99

1010
RUN set -eux; \
1111
\

stable/bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
55
ENV RUSTUP_HOME=/usr/local/rustup \
66
CARGO_HOME=/usr/local/cargo \
77
PATH=/usr/local/cargo/bin:$PATH \
8-
RUST_VERSION=1.90.0
8+
RUST_VERSION=1.91.0
99

1010
RUN set -eux; \
1111
\

stable/bullseye/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
55
ENV RUSTUP_HOME=/usr/local/rustup \
66
CARGO_HOME=/usr/local/cargo \
77
PATH=/usr/local/cargo/bin:$PATH \
8-
RUST_VERSION=1.90.0
8+
RUST_VERSION=1.91.0
99

1010
RUN set -eux; \
1111
\

stable/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
55
ENV RUSTUP_HOME=/usr/local/rustup \
66
CARGO_HOME=/usr/local/cargo \
77
PATH=/usr/local/cargo/bin:$PATH \
8-
RUST_VERSION=1.90.0
8+
RUST_VERSION=1.91.0
99

1010
RUN set -eux; \
1111
\

0 commit comments

Comments
 (0)