Skip to content

Commit ba26670

Browse files
committed
Update Dockerfile
1 parent fbac635 commit ba26670

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG NODE_VERSION=14
22
ARG GITHUB_ACCOUNT=fiware
3-
ARG GITHUB_REPOSITORY=tutorials.Step-by-Step
3+
ARG GITHUB_REPOSITORY=tutorials.NGSI-v2
44
ARG DOWNLOAD=latest
55
ARG SOURCE_BRANCH=master
66
ARG SOURCE_COMMIT=unknown
@@ -112,8 +112,8 @@ LABEL "org.opencontainers.image.authors"="https://www.fiware.org/contact-us/"
112112
LABEL "org.opencontainers.image.documentation"="http://fiware-tutorials.rtfd.io/"
113113
LABEL "org.opencontainers.image.vendor"="FIWARE Foundation"
114114
LABEL "org.opencontainers.image.licenses"="MIT"
115-
LABEL "org.opencontainers.image.title"="FIWARE Step-by-Step Tutorials"
116-
LABEL "org.opencontainers.image.description"="Simple Node.js express application for use with the FIWARE Step-by-Step tutorials"
115+
LABEL "org.opencontainers.image.title"="FIWARE NGSI-v2 Tutorials"
116+
LABEL "org.opencontainers.image.description"="Simple Node.js express application for use with the FIWARE NGSI-v2 tutorials"
117117
LABEL "org.opencontainers.image.source"=https://github.com/${GITHUB_ACCOUNT}/${GITHUB_REPOSITORY}
118118
LABEL "org.nodejs.version"=${NODE_VERSION}
119119

0 commit comments

Comments
 (0)