update naive version

This commit is contained in:
mercury
2026-04-23 22:20:36 +04:00
parent b18b002d55
commit 4ab805bc21
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ services:
ipv4_address: 10.10.0.11
logging: *default-logging
np:
image: mercurykd/vpnbot-np:1.2
image: mercurykd/vpnbot-np:1.3
build:
dockerfile: dockerfile/naive.dockerfile
args:
+1 -1
View File
@@ -1,7 +1,7 @@
ARG image
FROM golang:alpine as go
RUN go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest \
&& /go/bin/xcaddy build --with github.com/caddyserver/forwardproxy@caddy2=github.com/klzgrad/forwardproxy@naive
&& /go/bin/xcaddy build --with github.com/caddyserver/forwardproxy=github.com/klzgrad/forwardproxy@naive
FROM $image
COPY --from=go /go/caddy /usr/local/bin/
RUN apk add openssh \