Skip to content

Commit

Permalink
fix: Switch to latest Ubuntu version inside Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Dec 15, 2024
1 parent 1641e8e commit 8ff920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:latest

ENV WS_DIR="/benchmark"
WORKDIR ${WS_DIR}
Expand Down

0 comments on commit 8ff920f

Please sign in to comment.