Skip to content

Commit

Permalink
chore(docker): upgrade golang version to 1.23.1 (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code authored Jan 2, 2025
1 parent 01314af commit 71b0847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine3.19 as builder
FROM golang:1.23.1-alpine3.19 as builder

RUN apk add --no-cache git build-base linux-headers binutils-gold

Expand Down
2 changes: 1 addition & 1 deletion cosmovisor.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine3.19 as builder
FROM golang:1.23.1-alpine3.19 as builder

RUN apk add --no-cache git build-base linux-headers binutils-gold

Expand Down
2 changes: 1 addition & 1 deletion cosmovisor_lite.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine3.19 as builder
FROM golang:1.23.1-alpine3.19 as builder

RUN apk add --no-cache git build-base linux-headers binutils-gold

Expand Down

0 comments on commit 71b0847

Please sign in to comment.