Skip to content

Commit 8ac6dc5

Browse files
committed
fix(docker): deprecated MAINTAINER instruction
1 parent d6a3e01 commit 8ac6dc5

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,6 +1,6 @@
11
# This dockerfile builds a container that pulls down and runs the latest version of BenchmarkJava
22
FROM ubuntu:latest
3-
MAINTAINER "Dave Wichers dave.wichers@owasp.org"
3+
LABEL org.opencontainers.image.authors="Dave Wichers dave.wichers@owasp.org"
44

55
RUN apt-get update
66
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata

0 commit comments

Comments
 (0)