Skip to content

Commit 9f64c2a

Browse files
Merge pull request #79 from balena-os/fix-goland-error
upgrade golang ssm-agent version
2 parents 54d0b2f + 3a23bbd commit 9f64c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssm-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://gist.github.com/ipmb/a8213fb459c27178f88dda7149c35be2
22
# https://github.com/aws/amazon-ssm-agent/issues/140
3-
FROM golang:1.23-alpine3.19 as builder
3+
FROM golang:1.26-alpine3.23 as builder
44

55
ARG VERSION=3.2.419.0
66

0 commit comments

Comments
 (0)