Skip to content

Commit bd8e88c

Browse files
committed
chore(compose): switch tun2proxy from ubuntu to alpine image
1 parent 728b54a commit bd8e88c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
networks: [internal, external]
2727

2828
tun2proxy:
29-
image: ghcr.io/tun2proxy/tun2proxy-ubuntu:latest
29+
image: ghcr.io/tun2proxy/tun2proxy-alpine:latest
3030
restart: unless-stopped
3131
cap_add: [NET_ADMIN]
3232
devices:

compose.e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
networks: [internal, external]
2424

2525
tun2proxy:
26-
image: ghcr.io/tun2proxy/tun2proxy-ubuntu:latest
26+
image: ghcr.io/tun2proxy/tun2proxy-alpine:latest
2727
restart: "no"
2828
cap_add: [NET_ADMIN]
2929
devices:

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
networks: [internal, external]
4040

4141
tun2proxy:
42-
image: ghcr.io/tun2proxy/tun2proxy-ubuntu:latest
42+
image: ghcr.io/tun2proxy/tun2proxy-alpine:latest
4343
restart: unless-stopped
4444
cap_add: [NET_ADMIN]
4545
devices:

0 commit comments

Comments
 (0)