Skip to content

Commit a87a8e1

Browse files
committed
chore: Upgrade golang docker image to v1.21.1
1 parent 7c3b25d commit a87a8e1

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.20.6-alpine AS builder
5+
FROM golang:1.21.1-alpine AS builder
66

77
WORKDIR /sdk
88

0 commit comments

Comments
 (0)