Skip to content

Commit cdd491d

Browse files
authored
Updated Dockerfile to use golang:1.26 as base image (#148)
#### Type of change - Improvement (improvement to code, performance, etc) #### Description The new `fabric-x-tools` require `go:1.26` to be built. This PR fixes the issue for the image build. Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent 264115b commit cdd491d

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
@@ -8,7 +8,7 @@
88
###########################################
99
# Stage 1: Build image
1010
###########################################
11-
FROM golang:1.25 AS builder
11+
FROM golang:1.26 AS builder
1212

1313
# Build environment variables
1414
ENV CGO_ENABLED=1

0 commit comments

Comments
 (0)