File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- FROM rust:1.76 -alpine3.18 AS build
16
+ FROM rust:1.77 -alpine3.18 AS build
17
17
18
18
RUN apk update && apk add --no-cache git ca-certificates curl musl-dev libc6-compat gcompat pkgconfig openssl-dev libgit2
19
19
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- FROM rust:1.76 -slim-bullseye AS build
16
+ FROM rust:1.77 -slim-bullseye AS build
17
17
18
18
ENV DEBIAN_FRONTEND=noninteractive
19
19
RUN apt update && apt upgrade -y && apt install -y curl libssl-dev libarchive-tools pkg-config protobuf-compiler libgit2
You can’t perform that action at this time.
0 commit comments