Skip to content

Commit 9d0ee2f

Browse files
committed
fix: use specific ubuntu version.
1 parent 560f18b commit 9d0ee2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.informative

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY ../informative-indexer /informative-indexer
55

66
RUN go build -o /informative-indexer.bin .
77

8-
FROM ubuntu:latest
8+
FROM ubuntu:22.04
99

1010
ENV MOVEVM_VERSION=v0.6.1
1111

0 commit comments

Comments
 (0)