We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f858bfa commit 75ba02aCopy full SHA for 75ba02a
1 file changed
services/notifications/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.95-slim AS build
+FROM rust:1.96-slim AS build
2
3
WORKDIR /app
4
@@ -14,7 +14,7 @@ RUN services/common/build-deps.sh
14
RUN cargo build --release --package notifications-service
15
RUN cargo build --release --package notifications-migration
16
17
-FROM rust:1.95-slim
+FROM rust:1.96-slim
18
19
COPY services/common/runtime-deps.sh runtime-deps.sh
20
RUN sh runtime-deps.sh
0 commit comments