File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 matrix :
192192 # The design of the proxy was changed in Docker v28.
193193 # rootlesskit-docker-proxy is no longer used since Docker v28.
194- docker_version : [27.5.1, 28.0 .1]
194+ docker_version : [27.5.1, 28.1 .1]
195195 steps :
196196 - name : " Set up AppArmor"
197197 run : |
Original file line number Diff line number Diff line change 11ARG GO_VERSION=1.24
22ARG UBUNTU_VERSION=24.04
3- ARG SHADOW_VERSION=4.16.0
3+ ARG SHADOW_VERSION=4.17.4
44ARG SLIRP4NETNS_VERSION=v1.3.2
5- ARG VPNKIT_VERSION=0.5 .0
6- ARG PASST_VERSION=2025_02_17.a1e48a0
7- ARG DOCKER_VERSION=28.0 .1
5+ ARG VPNKIT_VERSION=0.6 .0
6+ ARG PASST_VERSION=2025_04_15.2340bbf
7+ ARG DOCKER_VERSION=28.1 .1
88ARG DOCKER_CHANNEL=stable
99
1010FROM golang:${GO_VERSION}-alpine AS build
@@ -44,7 +44,7 @@ RUN ./autogen.sh --disable-nls --disable-man --without-audit --without-selinux -
4444 make && \
4545 cp src/newuidmap src/newgidmap /usr/bin
4646
47- FROM djs55 /vpnkit:${VPNKIT_VERSION} AS vpnkit
47+ FROM moby /vpnkit-bin :${VPNKIT_VERSION} AS vpnkit
4848
4949FROM ubuntu:${UBUNTU_VERSION} AS passt
5050ENV DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments