Skip to content

Commit

Permalink
feat: FROM snowdreamtech/go:1.23.5-bookworm AS builder (debian)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowdream committed Jan 25, 2025
1 parent b408872 commit 5d881f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/frpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM snowdreamtech/go:1.23.3-bookworm AS builder
FROM snowdreamtech/go:1.23.5-bookworm AS builder

# Switch to the user
USER root
Expand Down
2 changes: 1 addition & 1 deletion debian/frps/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM snowdreamtech/go:1.23.3-bookworm AS builder
FROM snowdreamtech/go:1.23.5-bookworm AS builder

# Switch to the user
USER root
Expand Down

0 comments on commit 5d881f3

Please sign in to comment.