Skip to content

Commit 75ba02a

Browse files
Renovate Botmarkharding
authored andcommitted
Update rust Docker tag to v1.96
1 parent f858bfa commit 75ba02a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/notifications/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.95-slim AS build
1+
FROM rust:1.96-slim AS build
22

33
WORKDIR /app
44

@@ -14,7 +14,7 @@ RUN services/common/build-deps.sh
1414
RUN cargo build --release --package notifications-service
1515
RUN cargo build --release --package notifications-migration
1616

17-
FROM rust:1.95-slim
17+
FROM rust:1.96-slim
1818
WORKDIR /app
1919
COPY services/common/runtime-deps.sh runtime-deps.sh
2020
RUN sh runtime-deps.sh

0 commit comments

Comments
 (0)