Skip to content

Commit

Permalink
Merge pull request #303 from ember-nexus/github-issue/302
Browse files Browse the repository at this point in the history
Fix wrong license identifier in Dockerfile, closes #302.
  • Loading branch information
Syndesi authored Apr 22, 2024
2 parents ed0b6d9 + 68fbd9f commit 0d0d94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Fixed
- Fix wrong license identifier in Dockerfile, closes #302.

## 0.1.6 - 2024-04-22
### Added
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ FROM php_embed as php
# see also https://github.com/opencontainers/image-spec/blob/main/annotations.md
LABEL org.opencontainers.image.vendor="Ember Nexus" \
org.opencontainers.image.authors="Sören Klein / Syndesi <soerenklein98@gmail.com>" \
org.opencontainers.image.licenses="GPL-3.0-only" \
org.opencontainers.image.licenses="AGPL-3.0-only" \
org.opencontainers.image.source="https://github.com/ember-nexus/api" \
org.opencontainers.image.title="API" \
org.opencontainers.image.description="Knowledge Graph API."
Expand Down Expand Up @@ -340,7 +340,7 @@ FROM scratch as production
# see also https://github.com/opencontainers/image-spec/blob/main/annotations.md
LABEL org.opencontainers.image.vendor="Ember Nexus" \
org.opencontainers.image.authors="Sören Klein / Syndesi <soerenklein98@gmail.com>" \
org.opencontainers.image.licenses="GPL-3.0-only" \
org.opencontainers.image.licenses="AGPL-3.0-only" \
org.opencontainers.image.source="https://github.com/ember-nexus/api" \
org.opencontainers.image.title="API" \
org.opencontainers.image.description="Knowledge Graph API."
Expand Down

0 comments on commit 0d0d94f

Please sign in to comment.