Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.ac_frps
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN echo "Building for architecture: ${TARGETARCH}"
RUN cd /nhp-server/third_party/opennhp && make init acd test


FROM golang:1.26 AS frp-builder
FROM golang:1.27 AS frp-builder
WORKDIR /building

COPY . .
Expand Down