changed base image for shadowsocks-rust
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 3m36s
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 3m36s
This commit is contained in:
@@ -29,7 +29,6 @@ jobs:
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
linux/arm/v7
|
||||
push: true
|
||||
tags: |
|
||||
"gitea.woggioni.net/woggioni/sserver-rust:latest"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM --platform=$TARGETPLATFORM alpine:latest AS builder
|
||||
FROM --platform=$TARGETPLATFORM rust:alpine AS builder
|
||||
|
||||
ARG VERSION TARGETPLATFORM
|
||||
|
||||
|
Reference in New Issue
Block a user