diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bf77270d..8b06ef8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ on: jobs: release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 # The maximum access is "read" for PRs from public forked repos # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token permissions: diff --git a/Dockerfile b/Dockerfile index e44320ea..bf650941 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -ARG GO_VERSION=1.23 +ARG GO_VERSION=1.24 ARG UBUNTU_VERSION=24.04 ARG SHADOW_VERSION=4.16.0 -ARG SLIRP4NETNS_VERSION=v1.3.1 +ARG SLIRP4NETNS_VERSION=v1.3.2 ARG VPNKIT_VERSION=0.5.0 -ARG PASST_VERSION=2024_12_11.09478d5 +ARG PASST_VERSION=2025_02_17.a1e48a0 ARG DOCKER_VERSION=28.0.1 ARG DOCKER_CHANNEL=stable