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