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

@@ -29,7 +29,6 @@ jobs:
platforms: |
linux/amd64
linux/arm64
linux/arm/v7
push: true
tags: |
"gitea.woggioni.net/woggioni/sserver-rust:latest"

View File

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