mirror of https://github.com/status-im/go-waku.git
chore: bump Go to 1.21 in Dockerfile (#1152)
This commit is contained in:
parent
5b5ea977af
commit
e7a5bd3c68
|
@ -1,5 +1,5 @@
|
|||
# BUILD IMAGE --------------------------------------------------------
|
||||
FROM golang:1.20 as builder
|
||||
FROM golang:1.21 as builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in New Issue