We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f9587d + 984c06b commit 20aa39aCopy full SHA for 20aa39a
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ on:
16
17
jobs:
18
release:
19
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
20
# The maximum access is "read" for PRs from public forked repos
21
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
22
permissions:
Dockerfile
@@ -1,9 +1,9 @@
1
-ARG GO_VERSION=1.23
+ARG GO_VERSION=1.24
2
ARG UBUNTU_VERSION=24.04
3
ARG SHADOW_VERSION=4.16.0
4
-ARG SLIRP4NETNS_VERSION=v1.3.1
+ARG SLIRP4NETNS_VERSION=v1.3.2
5
ARG VPNKIT_VERSION=0.5.0
6
-ARG PASST_VERSION=2024_12_11.09478d5
+ARG PASST_VERSION=2025_02_17.a1e48a0
7
ARG DOCKER_VERSION=28.0.1
8
ARG DOCKER_CHANNEL=stable
9
0 commit comments