Skip to content

Commit 59cc7d4

Browse files
deadprogramaykevl
authored andcommitted
docker: use Go 1.21 for Docker dev container build
Signed-off-by: deadprogram <[email protected]>
1 parent ab64e21 commit 59cc7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# tinygo-llvm stage obtains the llvm source for TinyGo
2-
FROM golang:1.20 AS tinygo-llvm
2+
FROM golang:1.21 AS tinygo-llvm
33

44
RUN apt-get update && \
55
apt-get install -y apt-utils make cmake clang-15 ninja-build

0 commit comments

Comments
 (0)