Skip to content

Commit af44dfb

Browse files
authored
Merge pull request #9667 from wuast94/patch-1
Add image source label to dockerfiles
2 parents a716311 + b73b3b3 commit af44dfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/docker-images/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ARG PHPVERSION=8.3
22
FROM php:${PHPVERSION}-cli
3+
LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail"
34

45
ENV DEBIAN_FRONTEND=noninteractive
56

0 commit comments

Comments
 (0)