Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.1
Browse files Browse the repository at this point in the history
Update golang from 1.23.0 to 1.23.1

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Sep 5, 2024
1 parent d7e2ea1 commit a8f3e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM golang:1.23.0
FROM golang:1.23.1
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"

services:
sut:
image: golang:1.23.0
image: golang:1.23.1
volumes:
- .:/go/src/github.com/balena-io/sshproxy
working_dir: /go/src/github.com/balena-io/sshproxy
Expand Down

0 comments on commit a8f3e87

Please sign in to comment.