We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b4f3c commit 4d3cc98Copy full SHA for 4d3cc98
Dockerfile
@@ -3,11 +3,11 @@
3
#
4
5
###### Build gha-token tool
6
-FROM golang:1.24.6-alpine3.22 AS build
+FROM golang:1.24-alpine3.23 AS build
7
RUN go install github.com/slawekzachcial/gha-token@1.1.0
8
9
###### Final image
10
-FROM alpine:3.22
+FROM alpine:3.23
11
12
RUN apk add --no-cache git github-cli bash openssh curl jq \
13
&& adduser -u 1100 -s /sbin/nologin -D git \
0 commit comments