Skip to content

Commit

Permalink
chore(deps): update dependency fatedier/frp to v0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leonismoe committed Aug 19, 2024
1 parent 7ce50a1 commit 3f4fced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frp/frpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV GO111MODULE=on \
CGO_ENABLED=0 \
LDFLAGS="-s -w"

ARG VERSION=0.59.0 # github-releases/fatedier/frp
ARG VERSION=0.60.0 # github-releases/fatedier/frp

RUN --mount=type=tmpfs,target=/tmp \
<<EOF
Expand Down Expand Up @@ -59,7 +59,7 @@ FROM scratch

COPY --from=build /build/ /

ARG VERSION=0.59.0 # github-releases/fatedier/frp
ARG VERSION=0.60.0 # github-releases/fatedier/frp
LABEL version=${VERSION}

ENTRYPOINT ["/frp-autoconf"]
Expand Down
4 changes: 2 additions & 2 deletions frp/frps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV GO111MODULE=on \
CGO_ENABLED=0 \
LDFLAGS="-s -w"

ARG VERSION=0.59.0 # github-releases/fatedier/frp
ARG VERSION=0.60.0 # github-releases/fatedier/frp

RUN --mount=type=tmpfs,target=/tmp \
<<EOF
Expand Down Expand Up @@ -59,7 +59,7 @@ FROM scratch

COPY --from=build /build/ /

ARG VERSION=0.59.0 # github-releases/fatedier/frp
ARG VERSION=0.60.0 # github-releases/fatedier/frp
LABEL version=${VERSION}

ENTRYPOINT ["/frp-autoconf"]
Expand Down

0 comments on commit 3f4fced

Please sign in to comment.