Skip to content

Commit

Permalink
Go 1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmcconnell committed Jan 23, 2025
1 parent 84d918d commit 66831a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.23.4 as build
from golang:1.23.5 as build
workdir /app
copy . .
run make
Expand Down
2 changes: 1 addition & 1 deletion example/upstream/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.23.4 as build
from golang:1.23.5 as build
workdir /app
copy . .
env CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/basecamp/kamal-proxy

go 1.23.4
go 1.23.5

require (
github.com/spf13/cobra v1.8.0
Expand Down

0 comments on commit 66831a8

Please sign in to comment.