Skip to content

Commit a64cd3f

Browse files
fix
1 parent f170810 commit a64cd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/utils/container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function dockerize(
9191
}
9292

9393
dockerfile = [
94-
"FROM rust:1.77-alpine3.19 AS builder",
94+
"FROM rust:alpine AS builder",
9595
"RUN apk add --no-cache musl-dev",
9696
"WORKDIR /app",
9797
"COPY . .",

0 commit comments

Comments
 (0)