Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distribution/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

###### BINARY BUILD
FROM rust:1.97-alpine3.23 AS build
FROM rust:1.98-alpine3.23 AS build

RUN apk upgrade && apk add --no-cache \
git \
Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM rust:1.97-slim-trixie AS build
FROM rust:1.98-slim-trixie AS build

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

[toolchain]
channel = "1.97"
channel = "1.98"
profile = "minimal"
components = [
"rustc",
Expand Down
Loading