Skip to content

Commit a07bd17

Browse files
committed
Bump image base and tools
Use latest versions (especially GH CLI 2.72.0)
1 parent 43a661f commit a07bd17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
#
44

55
###### Build gha-token tool
6-
FROM golang:1.24.4-alpine3.21 AS build
6+
FROM golang:1.24.6-alpine3.22 AS build
77
RUN go install github.com/slawekzachcial/gha-token@1.1.0
88

99
###### Final image
10-
FROM alpine:3.21
10+
FROM alpine:3.22
1111

1212
RUN apk add --no-cache git github-cli bash openssh curl \
1313
&& adduser -u 1100 -s /sbin/nologin -D git \

0 commit comments

Comments
 (0)