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.
v1.24.9
1 parent cb283e8 commit eacaaa0Copy full SHA for eacaaa0
Dockerfile
@@ -1,5 +1,5 @@
1
# build 1
2
-FROM golang:1.24.6-alpine3.22 AS build
+FROM golang:1.24.9-alpine3.22 AS build
3
4
WORKDIR /app
5
go.mod
@@ -1,6 +1,6 @@
module github.com/digitalghost-dev/poke-cli
-go 1.24.6
+go 1.24.9
require (
6
github.com/charmbracelet/bubbles v0.21.0
0 commit comments