From e6353667680003977f839975d4b4d0efa4db9cbb Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Tue, 25 Jun 2024 09:45:36 +0800 Subject: [PATCH] changed base image for shadowsocks-rust --- .gitea/workflows/build-shadowsocks-rust.yaml | 1 - shadowsocks-rust/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build-shadowsocks-rust.yaml b/.gitea/workflows/build-shadowsocks-rust.yaml index 03e729a..182208d 100644 --- a/.gitea/workflows/build-shadowsocks-rust.yaml +++ b/.gitea/workflows/build-shadowsocks-rust.yaml @@ -29,7 +29,6 @@ jobs: platforms: | linux/amd64 linux/arm64 - linux/arm/v7 push: true tags: | "gitea.woggioni.net/woggioni/sserver-rust:latest" diff --git a/shadowsocks-rust/Dockerfile b/shadowsocks-rust/Dockerfile index cd57ca1..ff2ca2e 100644 --- a/shadowsocks-rust/Dockerfile +++ b/shadowsocks-rust/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM alpine:latest AS builder +FROM --platform=$TARGETPLATFORM rust:alpine AS builder ARG VERSION TARGETPLATFORM