Skip to content

Commit

Permalink
sync: updated to 1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Jan 28, 2025
1 parent f1b83e4 commit 67a5f98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and cache
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: |
linux/amd64
linux/arm64
cache-to: type=gha, scope=${{ env.REPOSITORY }}, mode=max
outputs: type=cacheonly
outputs: type=cacheonly
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
type=semver,pattern={{version}}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: |
linux/amd64
linux/arm64
cache-from: type=gha, scope=${{ env.REPOSITORY }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm-slim AS builder

ARG SING_BOX_VERSION="1.9.3"
ARG SING_BOX_VERSION="1.10.7"
ARG SING_BOX_URL="https://github.com/SagerNet/sing-box/releases/download/v${SING_BOX_VERSION}/"

RUN set -eux \
Expand Down Expand Up @@ -37,4 +37,4 @@ RUN set -eux \
ca-certificates \
&& rm -rf /var/lib/apt/lists/* /var/log/*

ENTRYPOINT ["/usr/local/bin/sing-box"]
ENTRYPOINT ["/usr/local/bin/sing-box"]

0 comments on commit 67a5f98

Please sign in to comment.