Skip to content

Commit 20aa39a

Browse files
authored
Merge pull request #498 from AkihiroSuda/dev
CI: update deps
2 parents 7f9587d + 984c06b commit 20aa39a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
release:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
# The maximum access is "read" for PRs from public forked repos
2121
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
2222
permissions:

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG GO_VERSION=1.23
1+
ARG GO_VERSION=1.24
22
ARG UBUNTU_VERSION=24.04
33
ARG SHADOW_VERSION=4.16.0
4-
ARG SLIRP4NETNS_VERSION=v1.3.1
4+
ARG SLIRP4NETNS_VERSION=v1.3.2
55
ARG VPNKIT_VERSION=0.5.0
6-
ARG PASST_VERSION=2024_12_11.09478d5
6+
ARG PASST_VERSION=2025_02_17.a1e48a0
77
ARG DOCKER_VERSION=28.0.1
88
ARG DOCKER_CHANNEL=stable
99

0 commit comments

Comments
 (0)