Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23
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 5b06a00 commit 7ce50a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frp/frpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx

FROM --platform=$BUILDPLATFORM golang:1.22 AS build
FROM --platform=$BUILDPLATFORM golang:1.23 AS build

COPY --from=xx / /

Expand Down
2 changes: 1 addition & 1 deletion frp/frps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx

FROM --platform=$BUILDPLATFORM golang:1.22 AS build
FROM --platform=$BUILDPLATFORM golang:1.23 AS build

COPY --from=xx / /

Expand Down

0 comments on commit 7ce50a1

Please sign in to comment.