We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d918d commit 66831a8Copy full SHA for 66831a8
Dockerfile
@@ -1,4 +1,4 @@
1
-from golang:1.23.4 as build
+from golang:1.23.5 as build
2
workdir /app
3
copy . .
4
run make
example/upstream/Dockerfile
env CGO_ENABLED=0
go.mod
@@ -1,6 +1,6 @@
module github.com/basecamp/kamal-proxy
-go 1.23.4
+go 1.23.5
5
require (
6
github.com/spf13/cobra v1.8.0
0 commit comments