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