File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225225 matrix :
226226 # The design of the proxy was changed in Docker v28.
227227 # rootlesskit-docker-proxy is no longer used since Docker v28.
228- docker_version : [27.5.1, 28.1.1 ]
228+ docker_version : [27.5.1, 29.3.0 ]
229229 steps :
230230 - name : " Set up AppArmor"
231231 run : |
Original file line number Diff line number Diff line change 1- ARG GO_VERSION=1.24
1+ ARG GO_VERSION=1.25
22ARG UBUNTU_VERSION=24.04
33ARG SHADOW_VERSION=4.17.4
4- ARG SLIRP4NETNS_VERSION=v1.3.2
4+ ARG SLIRP4NETNS_VERSION=v1.3.3
55ARG VPNKIT_VERSION=0.6.0
6- ARG PASST_VERSION=2025_04_15.2340bbf
7- ARG DOCKER_VERSION=28.1.1
6+ ARG PASST_VERSION=2026_01_20.386b5f5
7+ ARG DOCKER_VERSION=29.3.0
88ARG DOCKER_CHANNEL=stable
99
1010FROM golang:${GO_VERSION}-alpine AS build
You can’t perform that action at this time.
0 commit comments