Skip to content

Commit

Permalink
Merge pull request #320 from Kuadrant/rustup
Browse files Browse the repository at this point in the history
Upgrade to rust 1.78.0 on docker based builds
  • Loading branch information
alexsnaps authored May 13, 2024
2 parents 00bc5c1 + cf2e2f1 commit fd3cc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Use bullseye as build image instead of Bookworm as ubi9 does not not have GLIBCXX_3.4.30
# https://access.redhat.com/solutions/6969351
FROM --platform=${BUILDPLATFORM} rust:1.77.2-bullseye as limitador-build
FROM --platform=${BUILDPLATFORM} rust:1.78.0-bullseye as limitador-build

RUN apt update && apt upgrade -y \
&& apt install -y protobuf-compiler clang
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Use bullseye as build image instead of Bookworm as ubi9 does not not have GLIBCXX_3.4.30
# https://access.redhat.com/solutions/6969351
FROM --platform=${BUILDPLATFORM} rust:1.77.2-bullseye as limitador-build
FROM --platform=${BUILDPLATFORM} rust:1.78.0-bullseye as limitador-build

RUN apt update && apt upgrade -y \
&& apt install -y protobuf-compiler clang g++-aarch64-linux-gnu libc6-dev-arm64-cross
Expand Down

0 comments on commit fd3cc6e

Please sign in to comment.