Skip to content

Commit 8ff920f

Browse files
committed
fix: Switch to latest Ubuntu version inside Dockerfile
1 parent 1641e8e commit 8ff920f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal
1+
FROM ubuntu:latest
22

33
ENV WS_DIR="/benchmark"
44
WORKDIR ${WS_DIR}

0 commit comments

Comments
 (0)