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 de75dfe commit 3bfa40fCopy full SHA for 3bfa40f
Dockerfile
@@ -1,5 +1,5 @@
1
# build 1
2
-FROM golang:1.24.2-alpine3.21 AS build
+FROM golang:1.24.4-alpine3.21 AS build
3
4
WORKDIR /app
5
go.mod
@@ -1,6 +1,6 @@
module github.com/digitalghost-dev/poke-cli
-go 1.24.2
+go 1.24.4
require (
6
github.com/charmbracelet/bubbles v0.20.0
0 commit comments