Skip to content

Commit 5119b4e

Browse files
authored
update runner to ubuntu 24.04 (#28)
1 parent 5512b55 commit 5119b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN git clone https://github.com/vechain/thor.git /go/thor
88
RUN git checkout ${THOR_VERSION}
99
RUN make all
1010

11-
FROM ubuntu:20.04
11+
FROM ubuntu:24.04
1212

1313
WORKDIR /data
1414
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)