We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v1.24.12
1 parent 215fcfe commit ba386d3Copy full SHA for ba386d3
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# build 1
2
-FROM golang:1.24.11-alpine3.23 AS build
+FROM golang:1.24.12-alpine3.23 AS build
3
4
WORKDIR /app
5
go.mod
@@ -1,6 +1,6 @@
module github.com/digitalghost-dev/poke-cli
-go 1.24.11
+go 1.24.12
require (
6
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7
0 commit comments