We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab131f commit 90ed342Copy full SHA for 90ed342
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.0-alpine
+FROM golang:1.23.4-alpine
2
3
# Turn off cgo for a more static binary.
4
# Specify cache directory so that we can run as nobody to build the binary.
go.mod
@@ -1,6 +1,6 @@
module github.com/sensiblecodeio/git-prep-directory
-go 1.23.0
+go 1.23.4
5
require (
6
github.com/urfave/cli v1.22.7
0 commit comments