Skip to content

Commit

Permalink
Merge pull request #37 from fisuda/hardening/docker-compose-yml
Browse files Browse the repository at this point in the history
Remove version property from docker compose files
  • Loading branch information
fisuda authored Jun 3, 2024
2 parents 40bcf59 + 9885f0c commit 7cd9aaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## FIWARE Small Bang v0.4.0-next

- Remove version property from docker compose files (#37)
- Support Ubuntu 24.04 (#36)
- Bump codecov/codecov-action from 1 to 4 (#35)
- Update STH-Comet 2.11.0 (#34)
Expand Down
1 change: 0 additions & 1 deletion setup-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ init_docker_compose_yml() {
logging_info "${FUNCNAME[0]}"

cat <<'EOF' > "${DOCKER_COMPOSE_YML}"
version: "3"
services:
EOF
}
Expand Down

0 comments on commit 7cd9aaf

Please sign in to comment.