Skip to content

Commit 02d5c24

Browse files
committed
chore: Upgrade golang docker image to v1.22.2
1 parent f5288dd commit 02d5c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# build stage
33
# =============================================================================
44

5-
FROM golang:1.21.1-alpine AS builder
5+
FROM golang:1.22.2-alpine AS builder
66

77
WORKDIR /sdk
88

0 commit comments

Comments
 (0)