changed base image for shadowsocks-rust
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 3m36s

This commit is contained in:
2024-06-25 09:45:36 +08:00
parent 88ce5ef083
commit e635366768
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM alpine:latest AS builder
FROM --platform=$TARGETPLATFORM rust:alpine AS builder
ARG VERSION TARGETPLATFORM