Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 678a359

Browse files
committed
Fix a typo
1 parent 50310cb commit 678a359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/cart/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ LABEL org.label-schema.vendor="Weaveworks" \
1515
org.label-schema.url="https://github.com/microservices-demo/carts" \
1616
org.label-schema.vcs-url="github.com:microservices-demo/carts.git" \
1717
org.label-schema.vcs-ref="${COMMIT}" \
18-
org.label-schema.docker.schema-version="1.0"
18+
org.label-schema.schema-version="1.0"
1919

2020
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/urandom","-jar","./app.jar", "--port=80"]

0 commit comments

Comments
 (0)