Skip to content

Commit d1f21b9

Browse files
authored
Merge pull request #49 from TomHAnderson/hotfix/dockerfile
Meta dockerfile info
2 parents 1599b80 + f0e339f commit d1f21b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ FROM php:8.3-apache
44
# Suppress warnings from apt about lack of Dialog
55
ENV DEBIAN_FRONTEND noninteractive
66

7-
LABEL author="stayker.com" \
7+
LABEL author="apiskeletons.com" \
88
org.label-schema.docker.dockerfile="/Dockerfile" \
99
org.label-schema.name="PHP using Apache" \
1010
org.label-schema.url="https://apiskeletons.com/" \
11-
org.label-schema.vcs-url="https://github.com/api-skeletons/laravel-doctrine-orm-graphql"
11+
org.label-schema.vcs-url="https://github.com/api-skeletons/ldog"
1212

1313
# Command line utilities
1414
RUN apt-get update

0 commit comments

Comments
 (0)