1041006580 commited on
Commit
2eb27bc
·
1 Parent(s): 905f65f

fix(docker): 升级Rust版本至1.85以支持edition2024

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN npm install -g pnpm && pnpm install
6
  COPY admin-ui ./
7
  RUN pnpm build
8
 
9
- FROM rust:1.82-alpine AS builder
10
 
11
  RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static
12
 
 
6
  COPY admin-ui ./
7
  RUN pnpm build
8
 
9
+ FROM rust:1.85-alpine AS builder
10
 
11
  RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static
12