From b541e0e097a6a0b3bf54dd679d8e2d2f04ed140a Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Fri, 29 Aug 2025 12:02:35 +0300 Subject: [PATCH] Update image --- .github/workflows/create-lists.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 771b2ec..fa28c63 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -31,7 +31,7 @@ jobs: -v ${{ github.workspace }}/Services:/app/Services \ -v ${{ github.workspace }}/SRS:/app/SRS \ -v ${{ github.workspace }}/DAT:/app/DAT \ - itdoginfo/compilesrs:0.1.18 + itdoginfo/compilesrs:0.1.19 - name: Check Russia/inside-dnsmasq-ipset uses: itdoginfo/dnsmasq-action@0.1 diff --git a/Dockerfile b/Dockerfile index 8d41792..9233277 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/sagernet/sing-box:v1.11.3 AS sing-box +FROM ghcr.io/sagernet/sing-box:v1.11.15 AS sing-box FROM golang:1.22.12-alpine3.21 AS go-builder