Skip to content

Commit

Permalink
chore: update docker to use golang 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fanbsb committed Oct 31, 2023
1 parent 1ccaa33 commit 4574516
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,5 +1,5 @@
# Build Efsn in a stock Go builder container
FROM golang:1.19.3-alpine as builder
FROM golang:1.21.3-alpine as builder

RUN apk add --no-cache make gcc musl-dev linux-headers

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gtw
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Efsn in a stock Go builder container
FROM golang:1.19.3-alpine as builder
FROM golang:1.21.3-alpine as builder

RUN apk add --no-cache make gcc musl-dev linux-headers

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.minerLocalGtw
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3-alpine as builder
FROM golang:1.21.3-alpine as builder

RUN apk add --no-cache make gcc musl-dev linux-headers

Expand Down

0 comments on commit 4574516

Please sign in to comment.