File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
33ENV WASMTIME_VERSION=36.0.2
44# renovate: datasource=crate depName=wasm-pack packageName=wasm-pack versioning=semver-coerced
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
5555RUN set -eux; \
5656 apt-get update; \
5757 apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 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
2121ENV WASMTIME_VERSION=36.0.2
2222# renovate: datasource=crate depName=wasm-pack packageName=wasm-pack versioning=semver-coerced
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
7373RUN set -eux; \
7474 apt-get update; \
7575 apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments