Skip to content

Commit dbcd801

Browse files
authored
Merge pull request #346 from jerus-org/renovate/docker.io-library-rust-1.x
fix(deps): update docker.io/library/rust docker tag to v1.92.0
2 parents aa32280 + e00a349 commit dbcd801

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.92.0-slim-trixie AS binaries
1+
FROM docker.io/library/rust:1.92.0 AS binaries
22
# renovate: datasource=crate depName=wasmtime-cli packageName=wasmtime-cli versioning=semver-coerced
33
ENV WASMTIME_VERSION=36.0.2
44
# renovate: datasource=crate depName=wasm-pack packageName=wasm-pack versioning=semver-coerced
@@ -51,7 +51,7 @@ RUN \
5151
cargo binstall wasm-pack --version ${WASMPACK_VERSION} --no-confirm; \
5252
cargo binstall wasmtime-cli --version ${WASMTIME_VERSION} --no-confirm;
5353

54-
FROM docker.io/library/rust:1.92.0-slim-trixie AS base
54+
FROM docker.io/library/rust:1.92.0 AS base
5555
RUN set -eux; \
5656
apt-get update; \
5757
apt-get install -y --no-install-recommends \

Dockerfile.rolling

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# docker build -f Dockerfile.rolling -t jerusdp/ci-rust:rolling-6mo --target final .
1717
# docker build -f Dockerfile.rolling -t jerusdp/ci-rust:rolling-6mo-wasi --target wasi .
1818

19-
FROM docker.io/library/rust:1.92.0-slim-trixie AS binaries
19+
FROM docker.io/library/rust:1.92.0 AS binaries
2020
# renovate: datasource=crate depName=wasmtime-cli packageName=wasmtime-cli versioning=semver-coerced
2121
ENV WASMTIME_VERSION=36.0.2
2222
# renovate: datasource=crate depName=wasm-pack packageName=wasm-pack versioning=semver-coerced
@@ -69,7 +69,7 @@ RUN \
6969
cargo binstall wasm-pack --version "${WASMPACK_VERSION}" --no-confirm; \
7070
cargo binstall wasmtime-cli --version "${WASMTIME_VERSION}" --no-confirm;
7171

72-
FROM docker.io/library/rust:1.92.0-slim-trixie AS base
72+
FROM docker.io/library/rust:1.92.0 AS base
7373
RUN set -eux; \
7474
apt-get update; \
7575
apt-get install -y --no-install-recommends \

PRLOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
88

99
- 🔧 chore(docker)-update Docker image references(pr [#345])
1010

11+
### Fixed
12+
13+
- deps: update docker.io/library/rust docker tag to v1.92.0(pr [#346])
14+
1115
## [0.1.70] - 2025-12-31
1216

1317
### Added
@@ -1009,6 +1013,7 @@ All notable changes to this project will be documented in this file.
10091013
[#342]: https://github.com/jerus-org/ci-container/pull/342
10101014
[#344]: https://github.com/jerus-org/ci-container/pull/344
10111015
[#345]: https://github.com/jerus-org/ci-container/pull/345
1016+
[#346]: https://github.com/jerus-org/ci-container/pull/346
10121017
[Unreleased]: https://github.com/jerus-org/ci-container/compare/v0.1.70...HEAD
10131018
[0.1.70]: https://github.com/jerus-org/ci-container/compare/v0.1.69...v0.1.70
10141019
[0.1.69]: https://github.com/jerus-org/ci-container/compare/v0.1.68...v0.1.69

0 commit comments

Comments
 (0)