Skip to content

Commit

Permalink
Update Dockerfile of golang 1.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: YoungHypo <92037433+YoungHypo@users.noreply.github.com>
  • Loading branch information
YoungHypo authored Oct 11, 2024
1 parent e791dd6 commit d86f5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_image/docker/cello-hlf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Workdir is set to $GOPATH/src/github.com/hyperledger/fabric
# Data is stored under /var/hyperledger/production

FROM golang:1.22
FROM golang:1.23.1
LABEL maintainer="Baohua Yang <yeasy.github.com>"

# Orderer, peer, ca, operation api
Expand Down

0 comments on commit d86f5a9

Please sign in to comment.