File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM rust:1.95 -slim AS build
1+ FROM rust:1.96 -slim AS build
22
33WORKDIR /app
44
@@ -14,7 +14,7 @@ RUN services/common/build-deps.sh
1414RUN cargo build --release --package moderation-service
1515RUN cargo build --release --package moderation-migration
1616
17- FROM rust:1.95 -slim
17+ FROM rust:1.96 -slim
1818WORKDIR /app
1919COPY services/common/runtime-deps.sh runtime-deps.sh
2020RUN sh runtime-deps.sh
Original file line number Diff line number Diff line change 1- FROM rust:1.95 -slim AS build
1+ FROM rust:1.96 -slim AS build
22
33WORKDIR /app
44
@@ -14,7 +14,7 @@ RUN services/common/build-deps.sh
1414RUN cargo build --release --package server
1515RUN cargo build --release --package migration
1616
17- FROM rust:1.95 -slim
17+ FROM rust:1.96 -slim
1818WORKDIR /app
1919COPY services/common/runtime-deps.sh runtime-deps.sh
2020RUN sh runtime-deps.sh
You can’t perform that action at this time.
0 commit comments