Skip to content

Commit e721461

Browse files
fix(docker): use ubuntu:latest per maintainer review
Revert base image from pinned ubuntu:22.04 back to ubuntu:latest as requested by @davewichers in PR review.
1 parent c68a62b commit e721461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VMs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This dockerfile builds a container that pulls down and runs the latest version of BenchmarkJava
2-
FROM ubuntu:22.04
2+
FROM ubuntu:latest
33
LABEL org.opencontainers.image.authors="Dave Wichers dave.wichers@owasp.org"
44

55
RUN apt-get update \

0 commit comments

Comments
 (0)