Skip to content

Commit c8f77d2

Browse files
committed
docker: update final build stage to go1.22
Signed-off-by: deadprogram <[email protected]>
1 parent 8eaa9bd commit c8f77d2

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
@@ -33,7 +33,7 @@ RUN cd /tinygo/ && \
3333

3434
# tinygo-compiler copies the compiler build over to a base Go container (without
3535
# all the build tools etc).
36-
FROM golang:1.21 AS tinygo-compiler
36+
FROM golang:1.22 AS tinygo-compiler
3737

3838
# Copy tinygo build.
3939
COPY --from=tinygo-compiler-build /tinygo/build/release/tinygo /tinygo

0 commit comments

Comments
 (0)