Skip to content

Commit 7ecddf2

Browse files
chore(deps): bump golang from 1.25.5-alpine3.23 to 1.26.2-alpine3.23 (#869)
Bumps golang from 1.25.5-alpine3.23 to 1.26.2-alpine3.23. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.2-alpine3.23 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 448ee96 commit 7ecddf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl AS libjq
33

44
# Go builder stage
5-
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.25.5-alpine3.23 AS builder
5+
FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.26.2-alpine3.23 AS builder
66

77
ARG appVersion=latest
88

0 commit comments

Comments
 (0)