Skip to content

Commit 4d3cc98

Browse files
committed
Bump versions
1 parent 82b4f3c commit 4d3cc98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.6-alpine3.22 AS build
6+
FROM golang:1.24-alpine3.23 AS build
77
RUN go install github.com/slawekzachcial/gha-token@1.1.0
88

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

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

0 commit comments

Comments
 (0)