Skip to content

Commit ea9b861

Browse files
authored
Merge pull request #42 from Normal-OJ/update-dockerfile
build(dockerfile): update maintainer label to OCI image authors state…
2 parents 4ba450c + 83dbee4 commit ea9b861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c_cpp_dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ubuntu:18.04
44

5-
LABEL maintainer="Normal-OJ"
5+
LABEL org.opencontainers.image.authors="Normal-OJ Maintainers <[email protected]>"
66

77
# update
88
RUN apt-get update -y

python3_dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ubuntu:18.04
44

5-
LABEL maintainer="Normal-OJ"
5+
LABEL org.opencontainers.image.authors="Normal-OJ Maintainers <[email protected]>"
66

77
# update
88
RUN apt-get update -y

0 commit comments

Comments
 (0)