Skip to content

Commit 08f909d

Browse files
committed
CI: update test deps
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 32a8e1e commit 08f909d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ jobs:
231231
matrix:
232232
# The design of the proxy was changed in Docker v28.
233233
# rootlesskit-docker-proxy is no longer used since Docker v28.
234-
docker_version: [27.5.1, 29.3.1]
234+
#
235+
# The design of netns handling was changed in Docker v29.5.
236+
docker_version: [27.5.1, 29.4.3, 29.5.2]
235237
steps:
236238
- name: "Set up AppArmor"
237239
run: |

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ARG GO_VERSION=1.25
22
ARG UBUNTU_VERSION=24.04
33
ARG SHADOW_VERSION=4.17.4
4-
ARG SLIRP4NETNS_VERSION=v1.3.3
4+
ARG SLIRP4NETNS_VERSION=v1.3.4
55
ARG VPNKIT_VERSION=0.6.0
6-
ARG PASST_VERSION=2026_01_20.386b5f5
7-
ARG DOCKER_VERSION=29.3.1
6+
ARG PASST_VERSION=2026_05_07.1afd4ed
7+
ARG DOCKER_VERSION=29.5.2
88
ARG DOCKER_CHANNEL=stable
99

1010
FROM golang:${GO_VERSION}-alpine AS build

0 commit comments

Comments
 (0)