Update image

This commit is contained in:
itdoginfo 2025-08-29 12:02:35 +03:00
parent 573085177f
commit b541e0e097
No known key found for this signature in database
GPG key ID: 4D49CCAC75E438EA
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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