Skip to content

Commit 9ead2a6

Browse files
authored
update alpine version (#83)
1 parent 0b21a9c commit 9ead2a6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app-service/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Start with image that has the Rust toolchain installed
2-
FROM rust:1.90-alpine AS chef
2+
FROM rust:1.91-alpine AS chef
33
USER root
44
# Add cargo-chef to cache dependencies
5-
RUN apk add --no-cache musl-dev & cargo install cargo-chef
5+
RUN apk add --no-cache musl-dev && cargo install cargo-chef --locked
66
WORKDIR /app
77

88
FROM chef AS planner

auth-service/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Start with image that has the Rust toolchain installed
2-
FROM rust:1.90-alpine AS chef
2+
FROM rust:1.91-alpine AS chef
33
USER root
44
# Add cargo-chef to cache dependencies
5-
RUN apk add --no-cache musl-dev & cargo install cargo-chef
5+
RUN apk add --no-cache musl-dev && cargo install cargo-chef --locked
66
WORKDIR /app
77

88
FROM chef AS planner

0 commit comments

Comments
 (0)